Deploying for designers

2010-01-22 Thread Andrew Badr
How can I get a designer set up to be able to edit a Django project's templates and static files with the minimum amount of effort? Django itself is easy to get running, but a project with many external dependencies can quickly become very hard for a less technical person to set up, especially if t

Releasing my Fabfile for Django projects

2011-08-10 Thread Andrew Badr
Hi, I'm posting here to announce the release of the Fabfile that I use for Django projects. Using it, you can make your Django project live with a single command. It also comes with a default project layout that I like to start from. Get the code at https://github.com/reverie/django-fabfile, and r