Skip to content

sangkips/Myshop-CRUD-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myshop-CRUD-App

Myshop-CRUD-App is an application that helps perform CRUD applications on your system.

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 Myshop-CRUD_App

  • 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 App to show Django CRUD Functionalities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published