https://github.com/shalinir8/django-project1
https://github.com/shalinir8/django-project1
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shalinir8/django-project1
- Owner: ShaliniR8
- Created: 2020-06-26T15:05:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:20:02.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T04:29:34.111Z (6 months ago)
- Language: Python
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-project1
Deployed on heroku
https://shareyourproject.herokuapp.com# How to use this repo
> Clone the repo
> Outside the folder create a virtual environment
virtualenv venv
> Activate virtual env
venv\Scripts\activate (on Windows)
> cd into the main folder. You'll see a requirements folder. Install the requirements.pip install -r requirements.txt
> Run the serverpython manage.py runserver
# Any changes in model class should be saved with -
python manage.py makemigrations
python manange.py migrate
# Layout information> Project name: dj1
> App name: products
> template location: products/templates