An open API service indexing awesome lists of open source software.

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.

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'