ePharmacy is a Django-based online pharmacy web application. This project is designed to manage pharmacy-related pages and content using Django templates, static files, and the Django admin panel.
Status: Under development
- Django-powered website
- Template-based frontend
- Static file support
- Django admin panel
- Environment variable configuration using
django-environ - SQLite database by default
coreapp for main website pages- Planned/custom apps can be enabled as the project grows
- Python
- Django
- django-environ
- HTML / CSS / JavaScript
- SQLite for development
Make sure you have the following installed:
- Python 3.10 or newer
- pip
- virtualenv or Python venv
Check your Python version:
python --version