We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
settings.py
utils.py
from <some-module> import *
e.g: Separate file for group, page
group
page
e.g: {"file":open('/home/siddhu/Desktop/nroer.jpg','rb') }
{"file":open('/home/siddhu/Desktop/nroer.jpg','rb') }
doc/
The text was updated successfully, but these errors were encountered:
All the above suggestions are bang on.
Sorry, something went wrong.
No branches or pull requests
Root urls.py
Discourse View
settings.py
or create new file for sitewide configurable vars.utils.py
python file which will contain pure python classes and methods for processing etc.General:
from <some-module> import *
, will make code miserable to troubleshoot issue/bug. This may also leads to cyclic imports.doc/
folder at root. Keep adding markdown/org/rst documentation init.The text was updated successfully, but these errors were encountered: