Skip to content

This is Django Test project with basic CRUD function

Notifications You must be signed in to change notification settings

aspiregig/User-BizzFuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

This is Django Test project with basic CRUD function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published