Re: , received 404

2017-03-23 Thread Melvyn Sopacua
On Wednesday 22 March 2017 23:55:06 æ Žå¿—æ˜Ž wrote: > Ubuntu 14.04 Desktop, > apache 2.4.7, > python 3.4.3, > Djanog 1.10.6 And your WSGI config? -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: , received 404

2017-03-23 Thread Avraham Serour
Do you really have to use Apache for any reason? If not I recommend using nginx+ uwsgi to deploy django, the killer feature that convinced me to leave Apache was the simpler config file nginx have. There are plenty of tutorials on how to deploy django like this, if you don't find anything suitabl