~widelands-dev/widelands-website/responsive_website

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: franku
  • Date: 2016-05-18 19:31:46 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160518193146-w5dmezymi3wlnhvl
added djangoratings and adjust it to django 1.8; updated update_problems.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
Setting up the database
69
69
^^^^^^^^^^^^^^^^^^^^^^^
70
70
 
71
 
django_messages needs to make migrations first until it is
72
 
solved upstream, see https://github.com/arneb/django-messages/issues/72 
73
 
   $ ./manage.py makemigrations django_messages
74
 
 
75
71
Now creating the tables in the database:
76
72
 
77
73
   $ ./manage.py migrate
105
101
 
106
102
   $ ./manage.py runserver 169.254.1.0:8000
107
103
 
108
 
See also http://docs.djangoproject.com/en/dev/ref/django-admin/#runserver-port-or-address-port
 
104
See also https://docs.djangoproject.com/en/dev/ref/django-admin/#examples-of-using-different-ports-and-addresses
109
105
for further details. 
110
106
 
111
107
Setting up the online help / encyclopedia