Skip to main content

A simple Django app to allow for quick protyping of templates without a need for a corresponding Django View.

Project description

# easy_django_mockups A library to allow for easy mockups using the power of Django templates

To Install

clone this repo to somewhere on your computer.

virtualenv venv

source venv/bin/activate

pip install -r requirements.txt

python setup.py sdist

After the above commands are run, you should have a tar.gz file under the dist/ directory. From there, pip install this package into your django project by running the following command, replacing PATH/TO/ with whatever path leads to the easymockups-0.1.tar.gz file.

pip install PATH/TO/dist/easymockups-0.1.tar.gz

Then add the new module to your INSTALLED_APPS settings, and add

url(r'^', include('easymockups'))

to your root-level urls.py

From there, you’ll need to create a ‘mockups’ directory inside any ‘templates’ directory you normally save your django templates to. Any template you put into that mockups directory can be accessed directoy via the url path /mockups/[templatename].html, where [templatename] is the name of the file you just created. You can also add a JSON file that follows the same naming pattern and the template should include the json objects as primitive mock django models.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easy-django-mockups-0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

easy_django_mockups-0.1-py2-none-any.whl (6.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page