Merge branch 'weblate-gnu-mailman-postorius' into 'master'
[mailman-postorious.git] / example_project / README.rst
blob80dfe35abe14405651c9c7d7fdac952b8fda04d0
1 ===============================
2 Running the example application
3 ===============================
5 Assuming you use virtualenv, follow these steps to download and run the
6 Postorius example application in this directory:
8 ::
10     $ git clone https://gitlab.com/mailman/postorius.git
11     $ cd postorius/example_project
12     $ virtualenv venv
13     $ . venv/bin/activate
14     $ pip install -e ../
16 Now we need to create the database tables and an admin user.
17 Run the following and when prompted to create a
18 superuser choose yes and follow the instructions:
22     $ python manage.py migrate
23     $ python manage.py createsuperuser
26 Now you need to run the Django development server:
30     $ python manage.py runserver
32 You should then be able to open your browser on http://127.0.0.1:8000 and see
33 Postorius running.