Skip to content

esadakman/django_crud_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Crud

Table of Contents

Overview

crud

Built With

  • HTML
  • CSS
  • Django
  • Bootstrap

How To Use

To clone and run this application, you'll need Git

# Clone this repository
$ git clone https://github.com/esadakman/django_crud_project.git

# Install dependencies
    $ python -m venv env
    > env/Scripts/activate (for win OS)
    $ source env/bin/activate (for macOs/linux OS)
    $ pip install -r requirements.txt

# Add .env file

# Run the app
    $ python manage.py runserver

Acknowledgements

  • Practice Django to implement CRUD (Create, Read, Update, Delete) operations.

Contact

Releases

No releases published

Packages

No packages published