No, you can remove then, they are just comments of which options were used during gearbox quickstart to create the project.
If you use the database or not is defined by config/app_cfg.py and development.ini on setup.py you will just have the sqlalchemy or ming dependency in the install_requires list. On Sun, Dec 6, 2015 at 4:54 AM, <[email protected]> wrote: > Hi guys, I notice this at the top of my setup.py file... > > # sqlalchemy: True > > # auth: sqlalchemy > > # mako: False > > > Do I need to uncomment and do anything with this to use a database? > > > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

