Skip to content

Just a sample project of integrating postman with django-user-accounts using pinax-theme-bootstrap

Notifications You must be signed in to change notification settings

Authentise/django-postman-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-postman-sample

To setup the project you just need to create a new virtual environment and install requirements.txt using pip

#setup: #make venv virtualenv venv3 --python=python3 #start venv . ./venv3/bin/activate.fish #install requirments pip3 install -r requirements.txt
# setup db, create backend python manage.py migrate #run the website example, see output for where to browse to python manage.py runserver

About

Just a sample project of integrating postman with django-user-accounts using pinax-theme-bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.7%
  • Python 26.3%