-
$: git clone https://github.com/habtamua/django-mailroom.git
-
$: cd django-mailroom
-
$: mkvirtualenv djangoenv
-
$: pip install -r requirements.txt
-
$: python manage.py makemigrations
-
$: ./manage.py migrate
-
$: ./manage.py createsuperuser
-
$: ./manage.py runserver
-
You should then be able to open http://localhost:8000/admin in your browser.