Added new templates to gamesrc/*/examples. The old base* modules still in place. Some cleanup of the API.
This commit is contained in:
parent
3408f3ca3f
commit
4398d42360
12 changed files with 686 additions and 11 deletions
2
ev.py
2
ev.py
|
|
@ -6,7 +6,7 @@ This basically a set of shortcuts to the main modules in src/.
|
|||
Import this from ./manage.py shell or set DJANGO_SETTINGS_MODULE manually for proper
|
||||
functionality.
|
||||
|
||||
1) You should import things excplicitly from the root of this module - you can generally
|
||||
1) You should import things explicitly from the root of this module - you can generally
|
||||
not use dot-notation to import deeper. Hence, to access a default command, you can do
|
||||
the following:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue