https://github.com/devmahmud/django-crud_project
Simple django project for beginner. Create Read Update and Delete functionality is implemented in this project in a easy way.
https://github.com/devmahmud/django-crud_project
Last synced: 10 months ago
JSON representation
Simple django project for beginner. Create Read Update and Delete functionality is implemented in this project in a easy way.
- Host: GitHub
- URL: https://github.com/devmahmud/django-crud_project
- Owner: devmahmud
- License: mit
- Created: 2019-01-01T15:47:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T22:25:39.000Z (about 7 years ago)
- Last Synced: 2025-04-02T16:49:25.225Z (11 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django-CRUD_Project
Simple django project for beginner. Create Read Update and Delete functionality is implemented in this project in a easy way.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
python== 3.5 or up and django==2.1.4
Installing
open terminal and type
git clone https://github.com/devmahmud/Django-CRUD_Project.git
or simply download using the url below
https://github.com/devmahmud/Django-CRUD_Project.git
To migrate the database open terminal in project directory and type
python manage.py makemigrations
python manage.py migrate
To use admin panel you need to create superuser using this command
python manage.py createsuperuser
To run the program in local server use the following command
python manage.py runserver
Then go to http://127.0.0.1:8000 in your browser
Project snapshot
Home page
Product add page
Product update page
Author
Mahmudul alam
Email: expelmahmud@gmail.com
========Thank You !!!=========