Blast system pages ================== In addition to the public html pages Blast serves it maybe useful in the development cycle to access some of Blast's system / administrator pages. Django admin dashboard ---------------------- The Blast Django admin site (see the docs `here `_) allows you to view, edit, and launch periodic tasks, and add data to the database through a web interface. Once Blast is running locally to see the Django admin dashboard go to `http://localhost:8000/ `_ where you will be prompted for a login. The login user and password are set by :code:`DJANGO_SUPERUSER_PASSWORD` :code:`DJANGO_SUPERUSER_USERNAME` defined in your :code:`env/.env.dev` file. Once logged in, you should see a page like this: .. image:: ../_static/django_admin_screenshot.png .. note:: To see the following system pages you will need to be running the full Blast stack with :code:`bash run/blastctl full_dev up`, and not the slim version. Flower ------ The Flower dashboard (see the docs `here `_) allows you to monitor the backend computation tasks being run in Blast. This allows you to see which tasks are being run and which tasks are failing. Once Blast is running locally to see the Flower dashboard go to ``_. .. image:: ../_static/flower_dashboard.png