Skip to content

Taiwan Visa Finder - a site to demystify potential visa options for Taiwan

License

Notifications You must be signed in to change notification settings

taiwangoldcard/twvisafinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twvisafinder

Taiwan Visa Finder - a site to demystify potential visa options for Taiwan

Pre-requis

# Install Python3 on Mac
brew install python3

# if that doesn't work, try to upgrade xcode (python needs its gcc tools)
xcode-select --install

Setup

# Install all dependencies
pip3 install requirements.txt

# DB init
python3 manage.py makemigrations && python3 manage.py migrate

# Create your user
python3 manage.py createsuperuser

ps: You'll likely want to run this in a virtualenv

Run

python3 manage.py runserver

# Then head to http://127.0.0.1:8000/gold-card-qualification/
# http://127.0.0.1:8000/admin/ to add questions in the wizard

About

Taiwan Visa Finder - a site to demystify potential visa options for Taiwan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published