Django Test Project is based in Django Django Official Tutorial
- Python >= 3.7.6
2.0.0
Download zip file and extract it latest release. Or clone the repository and cd into it.
django_test_project uses a number of open source projects to work properly:
Python - Python
cd django_test_project
python manage.py migrate # Run migrations
python manage.py runserver 8000
python manage.py test polls
Reysmer Valle – @ReysmerWVR
Django Test Project is (c) 2020 Reysmer Valle (@ReysmerWVR) and may be freely distributed under the license-url. See the MIT-LICENSE
file.
- Write tests
- Add code comments