cookiecutter-django/{{cookiecutter.project_slug}}/config
Andrew-Chen-Wang e6b800d985 Added static files URL for runserver-level/best performance
* The reason there was a degraded performance was because we're using Gunicorn itself as a local tester. So we needed to add the staticfiles urls
2020-03-24 20:59:28 -04:00
..
settings Django 3.0 support (#2469) 2020-03-23 21:41:51 +00:00
__init__.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
api_router.py Test isort flake8-isort & fix issues 2020-03-03 20:04:31 +00:00
asgi.py Changed starting commands for running server 2020-03-24 20:51:43 -04:00
celery_app.py Test isort flake8-isort & fix issues 2020-03-03 20:04:31 +00:00
urls.py Added static files URL for runserver-level/best performance 2020-03-24 20:59:28 -04:00
websocket.py Fixed linter check for #2506 2020-03-24 16:12:47 -04:00
wsgi.py Fix isort 2020-03-17 15:35:42 +00:00