anhsirk0 / django-projects

Some django web apps
8 stars 4 forks source link

how to run #1

Open nigels263 opened 2 years ago

nigels263 commented 2 years ago

how can i run this code on a windows machine

anhsirk0 commented 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

anhsirk0 commented 2 years ago

these projects are very old , so they may not work with new python/django

anhsirk0 commented 2 years ago

the finance app need an api from iexcloud to work properly

anhsirk0 commented 2 years ago

for hotel app remove this line from views.py

from paytm import Checksum
python3 manage.py makemigrations
python3 manage.py migrate
anhsirk0 commented 2 years ago

I might just have to rewrite them.