Skip to content
New issue

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

"Value" dissapear in Admin Interface #1

Open
mengzhuo opened this issue Mar 15, 2013 · 1 comment
Open

"Value" dissapear in Admin Interface #1

mengzhuo opened this issue Mar 15, 2013 · 1 comment

Comments

@mengzhuo
Copy link
Contributor

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
2013-03-15 15:48:30

I don't see any static files missing in th Chrome Browser

@theskumar
Copy link

You'll need to add OPTION_VALUE_EDITABLE=True in your settings.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants