https://github.com/kernel-loophole/django-webapp
pizza website
https://github.com/kernel-loophole/django-webapp
django django-application django-rest-framework python
Last synced: 28 days ago
JSON representation
pizza website
- Host: GitHub
- URL: https://github.com/kernel-loophole/django-webapp
- Owner: kernel-loophole
- Created: 2021-09-30T06:14:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T19:26:28.000Z (over 4 years ago)
- Last Synced: 2025-01-24T10:46:50.388Z (over 1 year ago)
- Topics: django, django-application, django-rest-framework, python
- Language: HTML
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database
```python
from django.db import models
from django.core.files import storage
from django.db import models
from django.core.files.storage import FileSystemStorage
fs = FileSystemStorage(location='polls/static')
# Create your models here.
class get_os_info(models.Model):
name_of_os=models.CharField(max_length=1300)
class order_that(models.Model):
email=models.EmailField(unique=True)
phone_number=models.IntegerField(max_length=200)
name=models.CharField(max_length=20)
addres=models.CharField(max_length=100)
```
Simple pizza delivery website using Django web framework for get order online and deliver it to customer.
# TOOL Used
Django3.2,HTML,CSS,amine.js,jquery.js,unsplash,Bootstrap,pythonanywhere