frricks / Django-Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

Required : Django 1.10.4 | Python 3.4

Clone the repository.

Running the app

Install all the requirements in your environment.

pip install -r requirements.txt

After that, run the app using Django manage.py.

python manage.py runserver

Access the homepage on http://localhost:8000

About


Languages

Language:Python 71.9%Language:HTML 26.8%Language:CSS 1.3%