django-sample-app
django-sample-app copied to clipboard
Dependency on postgresql
The install instruction neglect to mention the dependency on postgresql.
--db=[db_engine]
Can you explain that response?
Sure, even though it was just a note to myself.
There should be a command. This command should take an argument "db". The argument should define the database engine on setup, therefore should take care of the db engine preference that will be defined in django settings. In other words; I'm working on it.
Ok, thanks.
BTW, I hope to ba able to make some contributions based on my current project.
Sent from my iPhone
On Feb 23, 2014, at 1:59 PM, kirpit [email protected] wrote:
Sure, even though it was just a note to myself.
There should be a command. This command should take an argument "db". The argument should define the database engine on setup, therefore should take care of the db engine preference that will be defined in django settings. In other words; I'm working on it.
— Reply to this email directly or view it on GitHub.
Sweet as. Any feedback is always welcome.