학점교류 정보교환 커뮤니티, 학교가자
Credit Exchange Program Information Sharing Community
멋쟁이 사자처럼 2019년도 여름 해커톤 프로젝트
학점교류 정보 교환 커뮤니티 학교가자
- Python Django
- HTML5 + CSS3 + Javascript
- SQLite3
Setup project environment with virtualenv and pip.
- virtualenv
$ virtualenv project-env
$ source project-env/bin/activate
- Django
$ pip install django
dj-database-url==0.5.0
Django==2.2.4
django-multiselectfield==0.1.8
gunicorn==19.9.0
Pillow==6.2.0
psycopg2-binary==2.8.3
pytz==2019.2
sqlparse==0.3.0
sweetify==2.0.0
whitenoise==4.1.3
- Clone the repo
$ git clone https://github.com/siyeons/gotoSchool.git
- Migrate Database
$ python manage.py migrate
- Run server
$ python manage.py runserver
- Heroku
- Project Link: https://github.com/siyeons/gotoSchool
- Website Link: https://schoolgaza.herokuapp.com
- superuser ID(for test) : sian
- superuser PW : qwer1234