This is a web IDE for programing in a navigator with you local version.
- Clone the repository:
git clone <repositorio> - Install dependencies:
pip install -r requirements
Use de command: python manage.py runserver
- If you installed new dependencies generate new
requirements.txtfile. Command:pip freeze > requirements.txt.