CampusEats — Django REST backend for a campus food-delivery service
Project description
CampusEats
Django REST backend for a campus food-delivery service.
Install
pip install campuseats
Usage
After installation the campuseats console command runs Django management
commands against the bundled project settings (campuseats.backend.settings):
campuseats migrate
campuseats createsuperuser
campuseats runserver
Configuration
Database is configured via environment variables (falls back to a local
SQLite file when DB_NAME is unset):
DB_NAME=campus_eats_db
DB_USER=campus_eats_user
DB_PASSWORD=campus_eats_pass
DB_HOST=localhost
DB_PORT=5432
Package layout
campuseats.backend— Django project config (settings, urls, wsgi, asgi)campuseats.app— application (models, views, serializers, migrations)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file campuseats-0.1.0.tar.gz.
File metadata
- Download URL: campuseats-0.1.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b30f15607a0ff165abb0c131088b8ccfab333cf1f6af18a69b9a273c1f1f9d57
|
|
| MD5 |
218c34d6dbd7e2f9e0133f6358329aea
|
|
| BLAKE2b-256 |
f68e3fb9c05be74e1743884c785747063756126edfec127618038a4bfaf00855
|
File details
Details for the file campuseats-0.1.0-py3-none-any.whl.
File metadata
- Download URL: campuseats-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b7c55b6c6b6953484017f374098e43e43a058ca418487720f950bfe8843b619
|
|
| MD5 |
f01d352895923ddd5d9500be585f7673
|
|
| BLAKE2b-256 |
0cc64acbfee15130bf6f792077c3407215b0ff672af05918bf9d36e2e6208e5e
|