An open API service indexing awesome lists of open source software.

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

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