FitGirl Inc
The official repository of the FitGirl EmpowerU Project for Fall 2018 Capstone Class Written in Python/Django
- Python Version 3.9.7
- Django Version 3.2.6
- Virtual Environment Version 16.0.0
- PostgressSql Version 10.5
- Install Python from https://www.python.org/downloads/
- pip install Django==3.2.6
- pip install psycopg2
- pip install wagtail
- pip install whitenoise
- pip install django-avatar
- pip install django-widget-tweaks
- pip install django_heroku
- pip install django-crispy-forms
- pip install django-decouple
- pip install boto3
- pip install django-storages
navigate to the folder containing manage.py and run the following commands in order.
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
navigate to the folder containing manage.py and run the following command. python manage.py runserver navigate to http://127.0.0.1:8000/ to go to the home page..