Demo project

The demo/ folder holds a demo project to illustrate django-i18nurl usage.

Browse demo code online

See demo folder in project’s repository [1].

Deploy the demo

System requirements:

  • Python [2] version 2.7 or 3.3, available as python command.

    Note

    You may use virtualenv [3] to make sure the active python is the right one.

  • make and wget to use the provided Makefile.

Execute:

git clone git@github.com:novagile/django-i18nurl.git
cd django-i18nurl/
make demo

It installs and runs the demo server on localhost, port 8000. So have a look at http://localhost:8000/

Note

If you cannot execute the Makefile, read it and adapt the few commands it contains to your needs.

Browse and use demo/demoproject/ as a sandbox.

Project Versions

Table Of Contents

Previous topic

Django i18n URL

Next topic

<no title>

This Page