Skip to content

dithua/collato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collato

CollaTo Project

sudo apt-get install python-pip python-dev sudo apt-get install python-mysqldb sudo apt-get install virtualenv sudo apt-get install libmysqlclient-dev virtualenv --no-site-packages CollaTo cd CollaTo/ pip install django==1.5.1 pip install django-endless-pagination django-jsonfield django-model-utils django-extensions django-autocomplete-light BeautifulSoup django-tastypie mimeparse PIL simplejson pip install mysql-python

django-admin.py startproject esn Change Path to MEDIA_ROOT, STATIC_ROOT, STATICFILES_DIRS, TEMPLATE_DIRS, LOCALE_PATHS

python manage.py syncdb python manage.py collectstatic

python manage.py schemamigration roleapp --initial python manage.py migrate roleapp python manage.py schemamigration notifications --initial python manage.py migrate notifications python manage.py schemamigration cicu --initial python manage.py migrate cicu python manage.py schemamigration organizations --initial python manage.py migrate organizations python manage.py schemamigration responsibilities --initial python manage.py migrate responsibilities python manage.py schemamigration applications --initial python manage.py migrate applications python manage.py schemamigration actstream --initial python manage.py migrate actstream python manage.py schemamigration userprofiles --initial python manage.py migrate userprofiles python manage.py collectstatic

*Error (Already Exist) python manage.py runserver Create users (auth_user/userprofile)

Releases

No releases published

Packages

No packages published