dimkoug / contactproject

Django contacts project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

===== Django contacts project application.

Quick start

  1. Clone repo like this::

    git clone https://github.com/dimkoug/contactproject.git

  2. Create a virtualenv::

    python3 -m venv virtualenv

  3. Activate virtualenv

  4. Install packages from requirements.txt file

  5. Create settings_local.py with settings from settings_local_sample.py

  6. Run python manage.py migrate

  7. Create a superuser with command python manage.py createsuperuser

  8. Start the development server and visit http://127.0.0.1:8000/

About

Django contacts project


Languages

Language:Python 59.7%Language:HTML 22.0%Language:JavaScript 17.7%Language:CSS 0.6%