Learn english by quizzes
$ git clone [email protected]:jesuejunior/golingo.git
$ cd golingo
It's better and easy if you use virtualenv
$ sudo apt-get install python-pip
sudo easy_install pip
$ sudo pip install virtualenvwrapper
$ mkvirtualenv --python=/usr/bin/python3 golingo
$ mkvirtualenv --python=/usr/local/bin/python3 golingo
$ pip install -r requirements.txt
docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=123456 -e POSTGRES_USER=postgres -e POSTGRES_DB=golingo -d postgres
$ python manager.py migrate auth && python manager.py migrate
$ python manager.py syncdb
$ py.test
$ python manager.py runserver
Content type
Image
Digest
Size
79.4 MB
Last updated
over 10 years ago
docker pull jesuejunior/golingo