porowns / django-boilerplate

A standard Django project, perfect for hackathons and web application prototypes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Boilerplate

A standard Django project, perfect for hackathons and web application prototypes.

Features

  • Authentication routes already built out
  • Landing page (inspired by Creative Template)

Installation

  1. Clone the repository (git clone https://github.com/porowns/django-boilerplate.git)
  2. Run the installation scripts, if needed. (sudo ./bin/install.sh, make need to cd bin first)
  3. Rename the project folder if needed, please make sure you update project/project/settings.py.
  4. Initial database migration. python3 manage.py makemigrations python3 manage.py migrate
  5. Run the web application! python3 manage.py runserver

Project Tree

Click here to view a commented project tree.

About

A standard Django project, perfect for hackathons and web application prototypes.

License:MIT License


Languages

Language:HTML 59.3%Language:Python 35.5%Language:CSS 4.3%Language:Shell 0.9%