https://github.com/stenwire/django_crud_implementation
A django blog project illutrating the application of django CRUD.
https://github.com/stenwire/django_crud_implementation
Last synced: over 1 year ago
JSON representation
A django blog project illutrating the application of django CRUD.
- Host: GitHub
- URL: https://github.com/stenwire/django_crud_implementation
- Owner: stenwire
- License: mit
- Created: 2022-01-05T13:28:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T20:22:24.000Z (over 4 years ago)
- Last Synced: 2023-03-05T11:03:22.914Z (about 3 years ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django_CRUD_Implementation
A django blog project illustrating the application of django CRUD.
# Steps to run this project
####If you would like to run this project on your end, plese follow the steps below
>1. clone the repo
>>>>>>git clone @repo
>
>2.Activate virtual environmets and install requirements from requirement.text file
>>>>>>pip install 'requiremets.txt'