Skip to content

TheWhiteHat/thewhitehat.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

  1. Clone the project
  2. git checkout new
  3. Create a virtual environment (virtualenv venv)
    • on debian you can apt-get install python-virtualenv
    • or get it on github here
  4. Source into the venv (source venv/bin/activate)
  5. Install the requirements (pip install Django dj-database-url)
  6. Create the dev database (python manage.py syncdb)
    • create an admin account for yourself when it asks
  7. Load some test data (python manage.py loaddata test)
  8. Run the development server (python manage.py runserver)

Releases

No releases published

Packages

No packages published