Skip to content

sangkips/Example-of-crud-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-operation

This is an application to showcase the CRUD functionalities in Django, I was doing this in conjunction to blog post at nextgentips.com

Installation

Use the package manager pip to install any package in the requirements.txt file.

Steps to follow

  • The first thing to do is clone the repository

  • Then you need to cd into the directory cd crud-example

  • Activate virtual environment. source env/bin/activate

source env/bin/activate

  • Then you need to install requirements.txt file pip install -r requiremts.txt

pip install -r requirements.txt

  • Lastly run your server

Make migrations

python manage.py makemigrations

Migrate

python manage.py migrate

Start the server

python manage.py runserver

About

An Example of an App to show CRUD functionalities in Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published