Curtis Hall

Results 20 comments of Curtis Hall

I've ran into this problem with a user that last name is three characters and thus the username is 'jbax' and is not accepted.: LDAP.ERROR: Username length should be at...

+1 for a FreeBSD:13:amd64 port

Thanks for the quick response. What file do I need to remove to start the database seeding process again? makemigrations will not seed again even if I drop the database...

Still having the same issue: ``` alter_unique_together self.execute(self._create_unique_sql(model, fields)) File "/usr/local/lib/python3.10/dist-packages/django/db/backends/base/schema.py", line 201, in execute cursor.execute(sql, params) File "/usr/local/lib/python3.10/dist-packages/django/db/backends/utils.py", line 102, in execute return super().execute(sql, params) File "/usr/local/lib/python3.10/dist-packages/django/db/backends/utils.py", line 67,...

I did not use the database provided. I ended up switching to mariadb and was able to complete the install.

Last question...the server runs on localhost 8000 but doesn't bind to any other interface. How can I access the app remotely? I tried nginx proxy manager and it says bad...

If you can update the documentation to show how to bind to all interfaces: ``` python3 manage.py runserver 0.0.0.0:8000 ``` And then if using a proxy edit CSRF_TRUSTED_ORIGINS in horilla/settings.py...

Sorry...I meant git pull not docker.