aboutsummaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-03-21Update the README with the release processAlexis Métaireau1-0/+30
2016-10-01Add Travis CI badge in READMEAlexandre Avenel1-0/+4
2016-06-28Convert readthedocs links for their .org -> .io migration for hosted projectsAdam Chainz1-1/+1
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
2015-11-09Merge pull request #122 from JocelynDelalande/configurable-prefixAlexis Metaireau1-1/+6
Made an URL prefix configurable in settings
2015-08-20Remove trailing whitespacesJocelyn Delande1-2/+2
2015-08-19Made an URL prefix configurable in settings, includes tests.Jocelyn Delande1-1/+6
2011-10-27Update README.rst with informations about the `TESTING` flag. Fix #58Alexis Metaireau1-0/+3
2011-10-18Document the API. Fix #46Alexis Metaireau1-1/+1
2011-10-18Dead link in READMEArnaud Bos1-1/+1
2011-10-17License under BSD custom beerwareAlexis Metaireau1-0/+10
2011-10-13Fix some problems related to postgresql and modelsAlexis Metaireau1-1/+11
2011-10-08update the README with how to run testsAlexis Metaireau1-0/+7
2011-09-09update the README with information about how to contributeAlexis Metaireau1-0/+27
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-5/+1
This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways.
2011-09-09Edited README.rst via GitHubArnaud Bos1-1/+1
2011-08-10Added my name to the authors.Frédéric Sureau1-1/+1
2011-07-30Put the dependencies into a requirements.txt file.Alexis Metaireau1-2/+2
This allows to put them only in one place and to use `pip install -r requirements.txt` in order to install all the dependencies.
2011-03-10fix typoAlexis Metaireau1-1/+1
2011-03-10add some stuff in the readme about deploymentAlexis Metaireau1-0/+6
2011-03-10reshape the folder structure. Add conf filesAlexis Metaireau1-0/+22
2011-03-10add a readmeAlexis Metaireau1-0/+10