Skip to main content

A minimal Django project to demonstrate EPIC functionality.

Project description

This package is a companion to the django-epic package. It’s purpose is to provide a minimal but completely functional environment that let’s a potential user of EPIC get a feel for how the application works.

Install this package with:

pip3 install django-epic-sample

(or use “pip” if you’re stuck on Python2).

To install without requiring root privileges, you can use:

pip3 install –user django-epic-sample

After installation, start the Django test server with:

cd INSTALL_TARGET python3 manage.py runserver

where INSTALL_TARGET is the path to the directory the package was installed in, for example:

~/.local/lib/python3.4/site-packages/epic-sample/

Then point your web-browser at:

http://localhost:8000/epic/

This page should prompt you to log in. You can use:

  • username = admin

  • password = admin

for this sample site.

— end of file —

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

django-epic-sample-0.2.2.tar.gz (1.5 MB view hashes)

Uploaded Source

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