Skip to content

Simple CRUD application using Django for Backend, MY SQL relational database, and Bootstrap for Front End

Notifications You must be signed in to change notification settings

krnchittora2/DjangoCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

***REQUIREMENTS***
Windows OS with python3 installed
MySQL Server


***SETUP***
> pip install mysqlclient
> pip install django
> django-admin startproject DjangoCRUD
> cd DjangoCRUD
> python manage.py startapp app

-- After moving all the code to the project directory
-- Make sure the database credentials are correct in settings.py

> python manage.py makemigrations
> python manage.py migrate
> python manage.py createsuperuser
:username: admin
:email:
:password: Django@123

> python manage.py runserver


***SUPERUSER***
Admin User: admin
Password: Django@123

About

Simple CRUD application using Django for Backend, MY SQL relational database, and Bootstrap for Front End

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published