Skip to content

reysmerwvr/django_test_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Test Project

Django Test Project is based in Django Django Official Tutorial

Requirements

  • Python >= 3.7.6

Version

2.0.0

Installation

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

Run

cd django_test_project
python manage.py migrate # Run migrations
python manage.py runserver 8000
python manage.py test polls

Meta

Reysmer Valle – @ReysmerWVR

License

Django Test Project is (c) 2020 Reysmer Valle (@ReysmerWVR) and may be freely distributed under the license-url. See the MIT-LICENSE file.

Todos

  • Write tests
  • Add code comments