Skip to content

maxfolley/django-bootstrap-admin-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-bootstrap-admin-sample

A sample app using the django-bootstrap-admin app

Getting started

It is recommended the you have virtualenv installed. From the root of the project run the following sequence of commands:

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ cd project
$ python manage.py syncdb
$ python manage.py runserver

Navigate to localhost:8000/admin

About

A sample project using the django-bootstrap-admin app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published