한양대학교 ERICA 오픈소스 소프트웨어 개발 Hola 팀
2019077183 이혜선 Project Manager, Backend-engineer
2018042660 노지영 Backend-engineer
2019044802 윤진난 Frontend-engineer
2018042533 고유미 Frontend-engineer
2017016044 유지건 Frontend-engineer
📔 KR : https://github.com/HyeseonLee/OSS_Hola/wiki/ProjectWiki
📔 EN : https://github.com/HyeseonLee/OSS_Hola/wiki/%5BEng%5D-ProjectWiki
https://github.com/HyeseonLee/OSS_Hola/projects/1
Open : https://github.com/HyeseonLee/OSS_Hola/issues?q=is%3Aopen+is%3Aissue
Closed : https://github.com/HyeseonLee/OSS_Hola/issues?q=is%3Aissue+is%3Aclosed
Required | Description |
---|---|
Ubuntu | 18.04 LTS |
Python | 3.6.8 or above |
Django | 2.2.7 or above |
https://github.com/HyeseonLee/OSS_Hola.git
$ sudo apt install python3
$ sudo apt-get install python3-pip
$ sudo pip3 install virtualenvwrapper
$ virtualenv venv
$ source venv/bin/activate
If all went well then your command line prompt should now start with (venv).
(venv)$ pip3 install django
(venv)$ cd django-project
(venv)$ python manage.py migrate
(venv)$ python manage.py runserver
This will start the webserver on http://127.0.0.1:8000/
https://github.com/HyeseonLee/OSS_Hola/wiki/ProjectWiki
contact : [email protected]