BksRhalid / django_ecommerce_tuto

tutorial https://www.youtube.com/watch?v=YZvRrldjf1Y

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Project Boilerplate

This repository is a boilerplate Django project for quickly getting started.

alt text

Getting started

Steps:

  1. Clone/pull/download this repository
  2. Create a virtualenv with virtualenv env and install dependencies with pip install -r requirements.txt
  3. Configure your .env variables
  4. Rename your project with python manage.py rename <yourprojectname> <newprojectname>

This project includes:

  1. Settings modules for deploying with Azure
  2. Django commands for renaming your project and creating a superuser
  3. A cli tool for setting environment variables for deployment

About

tutorial https://www.youtube.com/watch?v=YZvRrldjf1Y


Languages

Language:JavaScript 61.6%Language:CSS 28.5%Language:SCSS 6.7%Language:HTML 1.9%Language:Python 1.2%Language:Shell 0.1%