Created
April 4, 2019 21:19
-
-
Save alexryabtsev/9b6196bb642415871cf8d7de0ebc72cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from .django import * # All Django related settings | |
from .third_party import * # Celery, Django REST Framework & other 3rd parties | |
from .project import * # You custom settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment