django-sites
Separate Django sites with a common authetication/registration backend
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.[详细]
2023-04-03 18:49 分类:问答Is there a way to add fields onto Django's Sites Framework?
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[详细]
2023-03-24 08:18 分类:问答Django Sites - Different urls.py for two sites
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.[详细]
2023-03-13 04:44 分类:问答How can a person extend django.contrib.sites.admin so as to include a field from a model with a foreign key pointing at sites?
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[详细]
2023-03-11 14:16 分类:问答Multiple Django Sites, one server
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[详细]
2023-02-10 23:35 分类:问答auto populate when syncdb with fixture for django-site
i want to populate django_site table when i run after syncdb initially 开发者_运维问答how can i do that[详细]
2023-01-19 20:15 分类:问答Safe to modify settings.SITE_ID from middleware in Django?
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[详细]
2023-01-11 00:21 分类:问答One admin for multiple sites
I have two sites with different SITE_IDs, but I want to have only one admin interface for both 开发者_开发问答sites.[详细]
2022-12-25 21:43 分类:问答Automatically prompt to update default site domain name when running Django’s ./manage.py syncdb?
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[详细]
2022-12-21 05:07 分类:问答django sites default
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[详细]
2022-12-21 01:00 分类:问答