Skip to content

benjaoming/pytosquatting

Repository files navigation

pytosquatting.overtag.dk

This is a Django project.

It's bare bones without any magic.

To run it:

  1. Create a virtualenv
  2. Install django 1.11
  3. Write something in local.py (see below)
  4. python manage.py migrate
  5. python manage.py runserver

pythosquatting/settings/local.py :

python
from .base import *

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'SOMETHING SECRET FOR A DEV ENV'