- Clone the project
git checkout new- Create a virtual environment (
virtualenv venv)- on debian you can
apt-get install python-virtualenv - or get it on github here
- on debian you can
- Source into the venv (
source venv/bin/activate) - Install the requirements (
pip install Django dj-database-url) - Create the dev database (
python manage.py syncdb)- create an admin account for yourself when it asks
- Load some test data (
python manage.py loaddata test) - Run the development server (
python manage.py runserver)
-
Notifications
You must be signed in to change notification settings - Fork 0
The source of thewhitehat.org
TheWhiteHat/thewhitehat.org
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
The source of thewhitehat.org
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published