add a option for a 'configuration.py' #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The App is configured via settings.py. However this contains a lot of the settings required by the application, that should usually not be modified by the user.
seperate the user settings into a configuration.py
Completed with
bb62b5dde4