Hello,

So the site that im developing with releases software over our webpage for
the clients to use. We have build a management system to do this with and it
works prety well. The current method in which we do things was with the wsgi
passenger and i finally convinced them to go django. In the old system they
use to store the distribution program's version within a python file that
had to be manually altered. With the beautiful layout of the django admin
site i would like to be able to do that within that system. The problem im
having is that i only seem to be able to apply
django.admin.site.registration to a model and it would be pointless to make
an entire table to only represent one row; plus the site would give the
ability to add more rows to that database which could cause errors. I just
need a very nice and easy way to store 3 digits that can easily be read and
changed.

tl;dr: Registering more links to the django admin site that are not models.

Thanks for your time
~Cody Woolaver

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to