Sample Fiesta projects

Fiesta ships with one sample project: a ‘sandbox’ site, which is a vanilla install of Fiesta using the default settings.

The sandbox site

The sandbox site is a minimal implementation of Fiesta where everything is left in its default state. It is useful for exploring Fiesta’s functionality and developing new features.

The sandbox is, in effect, the blank canvas upon which you can build your site.

Run the sandbox locally

It’s pretty straightforward to get the sandbox site running locally so you can play around with Fiesta.

Install Oscar and its dependencies within a virtualenv:

$ git clone https://github.com/lerooze/django-fiesta.git
$ cd django-fiesta
$ make sandbox
(django-fiesta) $ sandbox/manage.py runserver

The sandbox site (initialised with a sample set of products) will be available at: http://localhost:8000. A sample superuser is installed with credentials:

username: superuser
email: superuser@fiesta_sdmx.org
password: testing