how to use django sites framework in live server

2017-09-10 Thread Ahmed Mohamed
down votefavorite <https://stackoverflow.com/questions/46139938/how-to-use-sites-framework-in-live-server-django#> I am a beginner in django and i used sites framework <https://docs.djangoproject.com/en/dev/ref/contrib/sites/> to make multiple instances of a website use t

Re: how to use the sites framework?

2015-08-14 Thread Avraham Serour
This would be one site with 3 routes, just create 3 views and 3 entries on URLs.py, you don't need the sites framework On Thu, Aug 13, 2015, 11:49 PM derek riemer wrote: > Hi, > I have 3 apps. A base site, with a main menu, a personal website with a > biography, and a

how to use the sites framework?

2015-08-13 Thread derek riemer
Hi, I have 3 apps. A base site, with a main menu, a personal website with a biography, and a weather app. I was curious if the sites framework can distinguish each app as a separate site while they are all on the same domain? I have derekriemer.pythonanywhere.com, and on the apps are pointed