This is a Django-based web application for the Spazio Vicino project.
- User authentication and management
- Customizable models and views
- Responsive frontend
- Admin interface
- Python 3.8+
- Django 4.x
- Other dependencies listed in
requirements.txt
-
Clone the repository:
git clone https://github.com/eliassrm/Spazio-Vicino.git cd Spazio-Vicino/Website/Web App -
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Access the app:
Open http://localhost:8000 in your browser.
Website/- Django project rootWeb App/- Main Django apprequirements.txt- Python dependencies
Pull requests are welcome. For major changes, please open an issue first.
See LICENSE for details.