Skip to content

jasonray716/pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django demo app for interview

Build Status: Linux

Environment Setup

First you will need to install python package manager pip

sudo apt-get update
sudo apt-get install python3-pip python-dev
source /pass/to/virtualenv/bin/activate

Run webserver

The next step is to clone the repository and install python packages.

git clone https://github.com/trevordonnelly/pytest.git
cd pytest
pip install -r requirements.txt

Then migrate database and run server.

python manage.py migrate
python manage.py runserver

About

Django CRUD app demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published