This is a Django web application hosted on PythonAnywhere.
- Python: 3.13
- Django: 6.1
- Database: SQLite3
- Clone the repository:
git clone git@github.com:kamusk/mysite.git - Create a virtual environment and activate it.
- Install dependencies ()
- Run
python manage.py runserver.