Update history

This commit is contained in:
Gergely Polonkai
2016-10-06 16:20:40 +02:00
parent 6ff82f25bc
commit 67638ca262
3 changed files with 44 additions and 8 deletions

View File

@@ -2,3 +2,34 @@ hub
hub ci-status
hub ci-status
hub ci-status
scp sw_report.html 5250:
../..
ls
Projects/python
ls
mkdir dyn-dashboar
mv dyn-dashboar/ dyn-dashboard
ls
cd dyn-dashboard/
ls
virtualenv venv
venv/bin/pip install django
venv/bin/django-admin.py createproject --help
venv/bin/django-admin.py
venv/bin/django-admin.py createproject
venv/bin/django-admin.py startproject
venv/bin/django-admin.py startproject dyndashboard .
ls
ls venv
venv/bin/pip freeze
venv/bin/pip install --upgrade pip
venv/bin/pip freeze
venv/bin/pip freeze > requirements.txt
venv/bin/python manage.py startapp accounts
venv/bin/python manage.py check
..
venv/bin/python manage.py check
venv/bin/python manage.py check
venv/bin/python manage.py runserver
venv/bin/python manage.py makemigrations
venv/bin/python manage.py runserver

View File

@@ -3,8 +3,13 @@
/home/epolger/Projects/vala/train-game
/home/epolger/.emacs.d/.git/modules/gobgen
/home/epolger/.emacs.d/gobgen
/home/epolger/Documents/orgmode
/home/epolger/Projects/jekyll/gergelypolonkai.github.io/_posts
/home/epolger/Projects/jekyll/gergelypolonkai.github.io
/home/epolger/Documents/orgmode
/home/polesz/.emacs.d
~
/home/epolger/Documents/orgmode
/home/epolger
/home/epolger/Projects/python
/home/epolger/Projects/python/dyn-dashboard
/home/epolger/Projects/python/dyn-dashboard/dyndashboard
/home/epolger/Projects/python/dyn-dashboard