Merge branch 'master' of https://github.com/Kelketek/evennia into Kelketek-master
This commit is contained in:
commit
0efc371775
7 changed files with 2 additions and 7 deletions
|
|
@ -45,8 +45,6 @@ Installation
|
|||
|
||||
python manage.py syncdb
|
||||
|
||||
python manage.py migrate
|
||||
|
||||
|
||||
Starting Evennia
|
||||
----------------
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ DOXYFILE_ENCODING = UTF-8
|
|||
PROJECT_NAME = "Evennia"
|
||||
PROJECT_NUMBER = Git-Beta
|
||||
PROJECT_BRIEF = Python MUD development system
|
||||
PROJECT_LOGO = ../../src/web/media/images/evennia_logo_small.png
|
||||
PROJECT_LOGO = ../../src/web/media/images/evennia_logo.png
|
||||
OUTPUT_DIRECTORY =
|
||||
CREATE_SUBDIRS = NO
|
||||
OUTPUT_LANGUAGE = English
|
||||
|
|
|
|||
|
|
@ -165,7 +165,6 @@ except DatabaseError, e:
|
|||
Please run:
|
||||
|
||||
python manage.py syncdb
|
||||
python manage.py migrate
|
||||
|
||||
When you have a database set up, rerun evennia.py.
|
||||
""" % e
|
||||
|
|
|
|||
|
|
@ -85,8 +85,6 @@ SECRET_KEY = '%s'
|
|||
|
||||
Once you are ready to continue, (re)run
|
||||
python manage.py syncdb
|
||||
followed by
|
||||
python manage.py migrate
|
||||
"""
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 678 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
|
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
|
||||
<div class="midHeader">
|
||||
<img src="{% static "evennia_general/images/evennia_logo_small.png" %}" align='left'/> <h1 class="headerTitle" lang="la">{{game_name}}</h1>
|
||||
<img src="{% static "evennia_general/images/evennia_logo.png" %}" align='left'/> <h1 class="headerTitle" lang="la">{{game_name}}</h1>
|
||||
<div class="headerSubTitle" title="Slogan">
|
||||
<!-- Insert a slogan here if you want -->
|
||||
{{game_slogan}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue