Re: Build Django Blog

2017-08-26 Thread Vernon Swanepoel
Hello Zayden, I don't often comment here, but I've build a number of blog type apps, and I'm currently looking at building a blog for a Python society in my area, so it's something I've been thinking about. Clearly, there are other options other than Django if your goal is to set up a blog eas

Re: Django deployement Apache

2017-08-26 Thread Vernon Swanepoel
Hello Sarfaraz, A couple things you could look at: 1. Are you including both your site-packages (eg python3.6/lib/site-packages) and your django project root (where you actually built the project) in your WSGIPythonPath? String them together with a clone (/path/to/python3.6/li

Re: Django deployement Apache

2017-08-28 Thread Vernon Swanepoel
You can just copy the static files out of Django and into the static files in your project itself. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+