Skip to content

Commit

Permalink
fix and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EnTeQuAk committed Apr 21, 2014
1 parent 40a397f commit 381ec95
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.rst
Expand Up @@ -18,13 +18,13 @@ Installation
$ make develop
$ # run tests
$ python setup.py test
$ make test
Edit settings
-------------

Create a new file ``mailme/settings.py`` with the following content::
Create a new file ``mailme/settings.py`` with the following content:

.. code-block:: python
Expand All @@ -36,6 +36,18 @@ Edit and adapt this file to your specific environment.
Setup the database
------------------

Create an empty new PostgreSQL database.

.. code-block:: bash
$ createdb mailme_dev
.. note::

You might need to apply a postgresql user (``createdb -U youruser``) e.g ``postgres``
for proper permissions.


.. code-block:: bash
$ python manage.py syncdb --migrate --noinput
Expand Down

0 comments on commit 381ec95

Please sign in to comment.