https://github.com/python-world/wishlist
Simple wishlist CRUD application to save, update delete the wish
https://github.com/python-world/wishlist
Last synced: 9 months ago
JSON representation
Simple wishlist CRUD application to save, update delete the wish
- Host: GitHub
- URL: https://github.com/python-world/wishlist
- Owner: Python-World
- License: mit
- Created: 2019-09-12T04:54:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T01:54:49.000Z (over 1 year ago)
- Last Synced: 2025-03-30T01:39:03.715Z (10 months ago)
- Language: HTML
- Size: 579 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django-CRUD
Simple wishlist CRUD application to save, update delete the wish
## Prerequisite
```
Django==2.2.5
djangorestframework==3.10.3
pytz==2019.2
sqlparse==0.3.0
python==3.73
```
## Installation
Clone This Repository or Download on your local machine
```
git clone https://github.com/chavarera/Django-CRUD.git
```
Change Directory Path (Or Open Terminal in Project Directory where **manage.py** file is located)
```
cd Django-CRUD/
```
Activate Your Virtual Enviornment Then Type
```
python manage.py migrate
```
Install **Requirements.txt** file
```
pip install -r requirements.txt
```
Now Run Your Server
```
python manage.py runserver
```

Visit Following Url in Any Browser
```
http://127.0.0.1:8000/
```
Output:

Full Working Demo

## Contributor
[Ravishankar Chavare](http://github.com/chavarera)