Hypha Docs
Homepage
GitHub
Community
Sandbox
Searchβ¦
π
Getting Started
Local Development with Docker
Local Development from Scratch
Deployment
Stand Alone
Heroku
Docker
Configuration
base.py
dev.py
production.py
local.py
example.py
Create a new User
π©π«
Usage Guide
π
Want to Contribute?
π
Glossary
Powered By
GitBook
local.py
The settings in this file is included in other files with the following code:
1
try:
2
from .local import * # noqa
3
except ImportError:
4
pass
Copied!
Copy
local.py.example
to
local.py
and uncomment whatever settings you want to include in your Django install.
Previous
production.py
Next
example.py
Last modified
3mo ago
Copy link