A Django based project to share your work, ideas etc on web platform and get inspired by others, a community dedicated to grow and improve ones skills.
-
Git Clone the project with:
git clone https://github.com/siddhant-pandya/Float.git. -
Move to the base directory:
cd Float -
Create a new python enveronment with:
python -m venv env. -
Activate enveronment with:
env\Scripts\activateon windows, orsource env/bin/activateon Mac and Linux. -
Install required dependences with:
pip install -r requirements.txt. -
Make migrations with:
python manage.py makemigrationsand thenpython manage.py migrate. -
Run app localy with:
python manage.py runserver.

