robogals / myrobogals

myRobogals is the global intranet and record-keeping tool for Robogals. It has been built to simplify many of our day-to-day tasks including organising school visits, maintaining a member database, communicating with members, storing records reliably for future generations and easily collecting statistics on a global scale.
https://my.robogals.org
10 stars 21 forks source link

Incomplete initial database included in master #44

Closed manhinli closed 11 years ago

manhinli commented 11 years ago

Trying to go for #42 but found out that the master included initial DB lacked the table 'rgconf_conference' for the /conferences/ pages to work. Just my luck. Screenshot 26

Any submissions for the structure of the table?

yfcheung commented 11 years ago

Following instruction can generate sql for creating the table in file settings.py add entry: 'myrobogals.rgconf' to INSTALLED_APPS

type following command in DOS python manage.py sqlall rgconf

copy the output to Data base command line

manhinli commented 11 years ago

Thanks - didn't realise it was missing from the list!

yfcheung commented 11 years ago

A

manhinli commented 11 years ago

Umm... okay.

yfcheung commented 11 years ago

A