-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2219cb
commit 2f7adab
Showing
3 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- Don't hardcode urls | ||
- Always subfolder static files to avoid clashes | ||
|
||
AppConfig | ||
|
||
- Settings specific to your app that other apps may want to access | ||
|
||
Django Settings | ||
|
||
- Only use for legacy configuration values | ||
|
||
Settings.env | ||
|
||
- Any setting that needs to be configured before Django boot |
Empty file.
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