Skip to content

FinalAngel/django-cms-toolbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run this

First time

  1. Make a virtualenv: virtualenv env
  2. Activate the virtualenv: source env/bin/activate
  3. Install dependencies: pip install -r requirements.txt
  4. Run the server: python run.py
  5. Open website in browser at http://localhost:5000/

After initial setup

  1. Activate the virtualenv: source env/bin/activate
  2. Run the server: python run.py
  3. Open website in browser at http://localhost:5000/

Compiling CSS

  1. Go to project root path
  2. Autocompile changes using compass watch static
  3. Compile CSS using compile static -e production

About

new new django toolbar for 2.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published