A Django-based web application representing a Russian grocery store site.
This project serves as the core backend for the golden_hex_docker deployment stack and includes the Django application logic, models, views, and templates.
Golden Hex Django is a web application built with Python and Django that powers a simple grocery store site.
It includes:
- A Django project with app modules
- SQLite database for local development
- Basic models, views, templates, and routing
- Example SQL data for initial order form population
This repository is designed for use in a Docker-based deployment (see the companion golden_hex_docker repo) but can also run locally for development and testing.
Before you begin, ensure you have the following installed:
- Python 3.8+
- pip
- virtualenv (recommended)
-
Clone the repository
git clone https://github.com/campagnollo/golden_hex_django.git cd golden_hex_django