Hey Gang, I am writing a framework to install django projects to the cloud.
Currently I have the user specifying
the site domain and site name in a config file for the django.sites
framework and providing the site_id in settings.py.
Personally, I change the django.sites entries by issuing mysql commands to
the database.
Can any of you provide the most common/best way that the
django.sites object is created?
Is it usually provided in the settings.py file? Or is a database change
your current method?
The docs don't seem to get into how this object get created. Also, is this
object created with the syncdb command?
Much thanks to any help.

-- 
Bust0ut, Surgemcgee: Systems Engineer ---
PBDefence.com
BudTVNetwork.com
RadioWeedShow.com
"Bringing entertainment to Unix"

-- 
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