/zakerfit

Zakerfit is gym project built with django

Primary LanguageHTML

Zakerfit Project

A Gym(Sport-Crossfit) Project Built with Django, In Persian language.

Setup Project:

  1. Clone Repo:
git clone https://github.com/Amirmahdikahdouii/zakerfit.git 
  1. Open terminal in project root directory and make venv:
python3 -m venv .venv
  1. Active your venv:
source .venv/bin/activate
  1. Install Requirements:
pip install -r requirements.txt
  1. make .env file:
vim A/.env
  1. Put your own SECRET_KEY in .env:
SECRET_KEY=Your SECRET_KEY here 

For More Information about using django-environ read this page

  1. Runserver:
python manage.py runserver