Utkarsh Barsaiyan
Utkarsh Barsaiyan
@sampaiodiego if the usecase is as mentioned above or similar then I don't think we need to restrict access to the directory through the url.
@sampaiodiego I think the point is that in spite of users having all the permissions the directory button needs to be hidden (to unclutter the UI or if it is...
I get this error while running `python manage.py syncdb` and other python manage.py statements. ``` Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/home/utkarsh/http_200/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 338,...
@RishabhJain2018 I just ran the command `python manage.py syncdb` as mentioned in the docs and it threw the above error. Where should I use `HOST` as `localhost` and `port` as...
I'm sorry but I can't set this up. After plugging in the HOST and port in settings.py, it threw error related to `EMAIL_HOST` and other variables from line 272 onwards...
@RishabhJain2018 After resolving this and many other errors it finally gives the error that there is no database called "connect" ``` python manage.py syncdb Traceback (most recent call last): File...