https://github.com/tourenathan-g5organisation/crud-with-django
This is a simple crud exercise done with Django to introduce newbies to Web Development with python using Django as frame work.
https://github.com/tourenathan-g5organisation/crud-with-django
Last synced: 5 months ago
JSON representation
This is a simple crud exercise done with Django to introduce newbies to Web Development with python using Django as frame work.
- Host: GitHub
- URL: https://github.com/tourenathan-g5organisation/crud-with-django
- Owner: Tourenathan-G5organisation
- Created: 2015-06-27T01:26:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T01:45:00.000Z (about 10 years ago)
- Last Synced: 2025-01-04T04:46:56.187Z (6 months ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crud-with-django
This is a simple crud exercise done with Django to introduce newbies to Web Development with python using Django as frame work.
This was a class exercise given out by the teacher as an introductory exercise to Django framwork. The aim of this exercise is to
easily introduce the student to Django.
This exercise show how models are used to create Database and how can the CRUD actions be done. The main apart of this exercise
show how Create, Update, Read and Delete can easily be done on the django framework
The database here is SQlite3.
Python 3.4 is used to create the project and Django 1.6.2 was used for this project