Tips/Process for web-development using Django in a small team
Posted
by
Mridang Agarwalla
on Programmers
See other posts from Programmers
or by Mridang Agarwalla
Published on 2011-06-23T10:10:07Z
Indexed on
2011/06/23
16:31 UTC
Read the original article
Hit count: 503
We're developing a web app uing Django and we're a small team of 3-4 programmers — some doing the UI stuff and some doing the Backend stuff. I'd love some tips and suggestions from the people here. This is out current setup:
- We're using Git as as our SCM tool and following this branching model.
- We're following the PEP8 for your style guide.
- Agile is our software development methodology and we're using Jira for that.
- We're using the Confluence plugin for Jira for documentation and I'm going to be writing a script that also dumps the PyDocs into Confluence.
- We're using
virtualenv
for sandboxing - We're using
zc.buildout
for building
This is whatever I can think of off the top of my head. Any other suggestions/tips would be welcome. I feel that we have a pretty good set up but I'm also confident that we could do more.
Thanks.
© Programmers or respective owner