Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shalinir8/django-project1
https://github.com/shalinir8/django-project1
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shalinir8/django-project1
- Owner: ShaliniR8
- Created: 2020-06-26T15:05:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:20:02.000Z (over 3 years ago)
- Last Synced: 2023-03-05T13:58:48.600Z (almost 2 years 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