Commit Graph

9 Commits

Author SHA1 Message Date
Gergely Polonkai 6f186c3a3f Add coverage related files to .gitignore 2018-07-23 13:22:50 +02:00
Gergely Polonkai 4935e6394b [Development] Ignore the .env file
It is used by pipenv, and we definitely don’t want to accidentally commit this to the repo.
2018-07-23 11:53:56 +02:00
Gergely Polonkai 0a3cfafef3 Fix .gitignore rule for .mo files 2018-07-12 09:13:24 +02:00
Gergely Polonkai 0595a28535 Add the first test
It just checks if the index page has a specific sentence.  But at least it’s now possible to
create tests.
2018-07-10 12:10:24 +02:00
Gergely Polonkai 7846d9017d [Refactor] Rename the app module to calsocial
Just for clarity
2018-07-02 10:41:32 +02:00
Gergely Polonkai 448ae1bce0 Make the web app select the language based on browser values
Language also can be selected using the `?l=langcode` query string.
2018-06-29 14:56:57 +02:00
Gergely Polonkai 61fe581df6 Create the User and Role models 2018-06-29 10:03:53 +02:00
Gergely Polonkai a0d630d9bf Load configuration based on the ENV environment variable 2018-06-29 09:06:13 +02:00
Gergely Polonkai bed00e45f6 [Cleanup] Make sure to ignore Python cache 2018-06-29 09:04:24 +02:00