~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: franku
  • Date: 2016-06-14 16:27:09 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160614162709-y2b0hwve5stpkgv2
correct migrations and pip_requirements.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
   $ ln -s local_urls.py.sample local_urls.py
64
64
   $ ln -s local_settings.py.sample local_settings.py
65
65
   
66
 
There has to be some corrections to get into the admin pages:
67
 
 
68
66
Setting up the database
69
67
^^^^^^^^^^^^^^^^^^^^^^^
70
68
 
87
85
^^^^^^^^^^^^^^^^^^^^^^^
88
86
 
89
87
Go to http://localhost:8000/admin. Log in with your super user and go to the
90
 
Sites Admin. Change your site name from example.com to localhost:8000. Now,
91
 
everything should work out.
 
88
following Tables:
 
89
 
 
90
- Site/Sites: Change your site name from example.com to localhost:8000. 
 
91
- Wlprofile/Profiles: Add yourself as a user
 
92
 
 
93
Now everything should work.
92
94
 
93
95
Accessing the website from other machines
94
96
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^