~ubuntu-accomplishments-web-editor-drivers/ubuntu-accomplishments-web/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Janos Gyerik
  • Date: 2012-12-15 06:34:56 UTC
  • mfrom: (234.1.3 fix-admin)
  • Revision ID: janos@axiom-20121215063456-qn3z2kva1nggi1xd
fixed django admin related issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
        ./manage.py import_trophies
36
36
 
37
 
8. Start local website on localhost:8000
 
37
8. Grant Admin group permissions
 
38
 
 
39
        ./manage.py grant_group_perms
 
40
 
 
41
9. Start local website on localhost:8000
38
42
 
39
43
        ./manage.py runserver
40
44
 
41
 
9. Check some pages look alright:
 
45
10. Check some pages look alright:
42
46
 
43
47
    - http://localhost:8000/
44
48
    - http://localhost:8000/gallery/trophies/cielak/all/
71
75
 
72
76
        ./manage.py import_trophies
73
77
 
74
 
...
 
78
6. Grant Admin group permissions
 
79
 
 
80
        ./manage.py grant_group_perms
 
81
 
 
82
... (the rest is up to you how you hook up with web server etc)
75
83
 
76
84
 
77
85
Local Settings