Skip to content

Instantly share code, notes, and snippets.

@alexryabtsev
Created April 4, 2019 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexryabtsev/9b6196bb642415871cf8d7de0ebc72cd to your computer and use it in GitHub Desktop.
Save alexryabtsev/9b6196bb642415871cf8d7de0ebc72cd to your computer and use it in GitHub Desktop.
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