This repo has documentation and code examples for Django and application best coding practices
Installing a Python virtual Environment for GNET
Without virtual environment or an alternative tool, it will be very difficult to manage dependencies when switching between projects. Steps to create a virtual environment:
- Install Python virtualenv from https://pypi.python.org/pypi/virtualenv
- Install Python Virtual Environment Wrapper: http://virtualenvwrapper.readthedocs.org/en/latest/