jakobowsky / ecommerce_django_shop

Ecommerce Shop build full with Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_project_boilerplate

A boilerplate Django project for quickly getting started

alt text

Admin password: matt1234

Steps:

  1. Pull this repository
  2. Create a virtualenv and install dependencies with pip install -r requirements.txt
  3. Configure your .env variables
  4. Rename your project with python manage.py rename yourprojectname

This project includes:

  1. The Django Debug Toolbar already setup
  2. Multiple settings modules setup for easily deploying
  3. Python-decouple for securely referencing keys, passwords and other settings.
  4. A custom Django command for renaming your project

About

Ecommerce Shop build full with Django.


Languages

Language:JavaScript 62.1%Language:CSS 35.1%Language:HTML 1.8%Language:Python 0.9%