A web application created using the Django framework - shirt online store
- Python
- Django
- JavaScript
- asgiref
- boto3
- botocore
- Django
- django-allow-cidr
- django-crispy-forms
- django-mathfilters
- django-utils-six
- gunicorn
- jmespath
- packaging
- Pillow
- pyparsing
- python-dateutil
- s3transfer
- six
- sqlparse
- tzdata
- urllib3
To start working with the project you need to install the framework Django:
python -m pip install Django
Clone project to your computer:
git clone https://github.com/Mahciakowa98/project.git
Make sure you have installed virtualenv and you have created your virtual environment:
pip install virtualenv
Next - upload the file requirements.txt:
pip install -r requirements.txt
Migrate project:
python manage.py migrate
After successful migration you can run the project on your lockalhost:
python manage.py runserver