I need split my current Django application into two sites. Site A will contain the public facing site which would contain all the static pages and the registration system.
I really like the idea of the sites framework for making an application functional across multiple web sites. Is there a way to add fields ont开发者_如何学Goo the Site object for the database, or shou
I maintain a Django webapp for a client of mine. We built it out in Django and for computer users, it\'s great. We now want to cater to mobile device users.
I am struggling to extend the django.contrib.sites.admin.I am having a difficult time finding how to add a field to the sites admin page due to the fact that django.contrib.sites knows nothing of my f
I have multiple sites for the same client, on the same server, running django, e.g. fooplumbing.com and bazheating.org. These two sites would each have different django ap开发者_运维知识库ps, that is
i want to populate django_site table when i run after syncdb initially 开发者_运维问答how can i do that
I have modified the multihost.py middleware I found at http://effbot.org/zone/django-multihost.htm to set the settings.SITE_ID dynamically, but have some concerns that I may have just left the reserva
I have two sites with different SITE_IDs, but I want to have only one admin interface for both 开发者_开发问答sites.
Regarding Django Sites module and manage.py syncdb The Auth module can prompt to ask for default superuser for the a开发者_JAVA技巧dmin site, during .\\manage.py syncdb. I would like to see similar t
Many \'reusable apps\' require django-sites. There is annoying field \"publish on\" in admin interface, which I can\'t exclude because it has no default parameter (so the entry will be published nowhe