Saevon / webdnd

An application to automate basic aspects of Dungeons & Dragons. Also a library of various D&D things.
MIT License
11 stars 3 forks source link

Project does not compile #29

Closed damariei closed 12 years ago

damariei commented 12 years ago

After cloning and doing an initial run with:

python manage.py runserver

The following exception is thrown:

from library.models.library_entities.conditions import Condition File "/Users/damariei/Code/webdnd/library/models/library_entities/conditions.py", line 24 blank=True)

Additional Info:

Python Version: Python 2.6.1 Django Version: 1.3.1

Saevon commented 12 years ago

Dude... webdnd is filled with small errors like that and we're are not among to make sure everything compiles until after we finish making the table schema. But if you really need to have it running e.g. for the admin, I can get this all Fixed

Saevon commented 12 years ago

Sorry, replace among with planning (damn autocorrect)

damariei commented 12 years ago

Gotcha, I may submit a pull request if I get some time to fix these if you like.

Saevon commented 12 years ago

Pull request merged, See #30