Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codersales/e-comm-0005

From JustDjango tutorial
https://github.com/codersales/e-comm-0005

Last synced: about 7 hours ago
JSON representation

From JustDjango tutorial

Awesome Lists containing this project

README

        




JustDjango



The Definitive Django Learning Platform.

# Django Project Boilerplate

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



## 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 `

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

---

Other places you can find us:

YouTube
Twitter

# Modifications made after cloning repository

## References
### Boiler plate
- [How to Build an E-commerce Website with Django and Python](https://www.youtube.com/watch?v=YZvRrldjf1Y&ab_channel=freeCodeCamp.org)
- [justdjango/django_project_boilerplate](https://github.com/justdjango/django_project_boilerplate)

### connect local to remote repo
- [connect up local clone to remote repo](https://www.google.com/search?q=how+to+push+a+cloned+repo+to+a+new+repo&oq=how+to+push+a+cloned+repo+to+a+new+repo&aqs=chrome..69i57j0i22i30j0i390l4j69i64.9824j0j7&sourceid=chrome&ie=UTF-8)