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
my settings.py file
INSTALLED_APPS = ( 'django_options', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin',
I can get option in the code or iptyhon console
from django_options import update_option In [6]: update_option('UPDATE_TIME', 122) Out[6]: True
However when I try to add an option, I can't find the "Value" as the screen-shot below
I don't see any static files missing in th Chrome Browser
The text was updated successfully, but these errors were encountered:
You'll need to add OPTION_VALUE_EDITABLE=True in your settings.py
OPTION_VALUE_EDITABLE=True
settings.py
Sorry, something went wrong.
No branches or pull requests
my settings.py file
I can get option in the code or iptyhon console
However when I try to add an option, I can't find the "Value" as the screen-shot below
![2013-03-15 15:48:30](https://camo.githubusercontent.com/cae6c94d0395f872e932094f08acf958265066407cd8fcaae01f2f2c7529ed64/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3838353636322f3236323638392f63316462656238652d386434342d313165322d383830342d3334373865373862383730312e706e67)
I don't see any static files missing in th Chrome Browser
The text was updated successfully, but these errors were encountered: