Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement configuratio files system for pypelib #103

Closed
lbergesio opened this issue Dec 28, 2012 · 2 comments
Closed

Implement configuratio files system for pypelib #103

lbergesio opened this issue Dec 28, 2012 · 2 comments

Comments

@lbergesio
Copy link
Member

One of the capabilities to be supported is tha configuration of the meta variables of django models in the django persistence engine. Moreover this models have to be used by different apps using pypelib, so they have to be not only configurable but they have to support being used by different apps with different app_labels and table names.

@CarolinaFernandez
Copy link
Member

A possible implementation would be to organize the configuration file through sections, each one for a different application using pyPElib:

[app_label 1st]
db_table_RuleModel=
db_table_RuleTableModel=

...

[app_label Nth]
db_table_RuleModel=
db_table_RuleTableModel=

Also: related to #96

@msune
Copy link

msune commented Jun 7, 2013

Marking as invalid, this should be solved internally in the pypelib lib as explained here:

fp7-ofelia/pypelib#2

@msune msune closed this as completed Jun 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants