geekyme / twvisafinder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:HTML 34.1%Language:Python 32.9%Language:CSS 32.2%Language:JavaScript 0.7%