Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codersales/e-comm-0005
- Owner: CoderSales
- Created: 2022-06-25T03:30:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T14:02:42.000Z (over 2 years ago)
- Last Synced: 2023-03-10T23:56:33.509Z (over 1 year ago)
- Language: Python
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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---
# 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)