Skip to content

Split configuration into Development/Production and, maybe Standalone #53

Description

@ravenvz

Right now, to start playing around with local version of the app, quite a few
changes have to be made. For example, here are steps I had to do:

  • It does not make much sense for me to use PostgreSQL on local machine,
    so I had to alter requirements.txt to not include psycopg2 adapter;
  • I had to change App config to use sqlite db;
  • A had to use a hack to bypass GitHub authorization.

Steps like these are tedious to do by hand and should be handled by configuration files.
I think, that separation of configuration would help new contributors to get started more quickly.

This issue intersects with #10, as it would probably require separate configuration anyway.
If this proposal is accepted, I could work on it. Please let me know if it makes sense.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions