Skip to content

NCTU-Stunion/Stunion-Online-Form

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stunion-Online-Form

##Setup project

manage file is in src ###create virtualenv using the following command, make sure you have python 3.4 installed


virtualenv -p python3 myVENV

###activate your python3 virtual environment


source myVENV/bin/activate

###install requirements files


pip install -r requirements.txt

###create your own secret keys by creating secrets.py in onlineform directory


secret_key = "<----your secret keys---->"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.4%
  • Tcl 11.2%
  • CSS 7.2%
  • C 3.4%
  • JavaScript 1.9%
  • C++ 1.1%
  • HTML 0.8%