Skip to content

tomchristie/basic-rest-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An empty REST framework project.

Just here as a quick way for me to get a project running when replicating user issues.

# Use latest REST framework release
git clone https://github.com/tomchristie/basic-rest-framework.git example
cd example
virtualenv env
source env/bin/activate
pip install -r ./requirements.txt
python manage.py migrate
python manage.py runserver

Or...

# Use local version of REST framework
git clone https://github.com/tomchristie/basic-rest-framework.git example
cd example
virtualenv env
source env/bin/activate
pip install Django
export PYTHONPATH=.:~/GitHub/django-rest-framework
python manage.py migrate
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages