Update django 1.8 project to 2.0 lts

2018-09-23 Thread 'David Brown' via Django users
I have a large django project built in 1.8 with about 14 apps and a large amount of dependencies. I already have a good idea about how I'm going to update the 2.7 code to 3.6 or possibly just make it compatible with both, however, I'm not sure what is the best practice and most efficient way

Re: trying to make Django work with fastcgi

2007-10-02 Thread David Brown
are already in my path). I was able to run manage.py without any errors, so that pretty much rules out import exceptions and such. Any ideas what else might be causing this? Thanks, David Brown [EMAIL PROTECTED] wrote: > Hi, > > I'm new at this - learning as I go, but I can't seem to g

ImportError: No module named core.servers.fastcgi

2007-09-30 Thread David Brown
Hello everyone! I am trying to setup FastCGI for my Django project, using the following dispatch.fcgi script: #!/usr/bin/env python import sys, os # Add a custom Python path. sys.path.insert(0, "/home/me/projects/django/trunk") sys.path.insert(0,