Open nigels263 opened 2 years ago
Hi, Sorry for replying late. You can just clone the repo. and then cd into any of the projects ,then just runserver (no migrations needed)
python3 manage.py runserver
username - homer password - doh for every project
these projects are very old , so they may not work with new python/django
the finance app need an api from iexcloud to work properly
for hotel app remove this line from views.py
from paytm import Checksum
python3 manage.py makemigrations
python3 manage.py migrate
I might just have to rewrite them.
how can i run this code on a windows machine