XDA Labs Store interface
This repo contains a light Django install that renders HTML templates of the XDA Labs store with hard-coded data dumps to simulate how the store UI would work on the full production stack.
pip install -r requirements.txt
./manage.py runserver
http://localhost:8000/
to view and render index.html.http://localhost:8000/TEMPLATE_NAME.html
to render any other template
Templates live in store/templates/
Static files live in store/static/
- Randy Westergren (@rwestergren)
- Jackson Hayes (@jacksonhvisuals)
- Jeff Corcoran (@corcoran)