Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 493 Bytes

Install Required Packages

The Django CRUD project only need a single Python package "Django", it was built and tested with Django 1.8.x version. To install it use the following command:

pip install -r requirements.txt

Running the Application

Before running the application we need to create the needed DB tables:

./manage.py migrate

Now you can run the development web server:

./manage.py runserver

To access the applications go to the URL http://localhost:8000/