A minimal Django project to demonstrate EPIC functionality.
Project description
This package is a companion to the django-epic package. Its purpose is to provide a minimal but functional environment that let’s a potential user of EPIC get a feel for how the application works.
Install this package with:
pip install --user django-epic-sample
If you do not have the “pip” command installed on your system, download and install the latest version of Python from:
https://www.python.org/downloads/
After installation, start the Django test server with:
cd INSTALL_TARGET python manage.py runserver
where INSTALL_TARGET is the path to the directory the package was installed in. Assuming Python v3.11, you can find the package directory at:
- On Linux and Mac OS X::
~/.local/lib/python3.11/site-packages/epic-sample/
- On Windows::
AppData\Roaming\Python\Python34\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.
To run the EPIC unit tests, use:
python manage.py test epic.tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-epic-sample-0.6.0.tar.gz
.
File metadata
- Download URL: django-epic-sample-0.6.0.tar.gz
- Upload date:
- Size: 9.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b720d40806e8ce8d7d6bd855aba4047e8424d25590e4f396988e4ac11011f80d |
|
MD5 | 1e467d9d79830c581c12fe83a36b0600 |
|
BLAKE2b-256 | c080fdd5083eb7adb0e9d9cb0e2240e775ca4b37239e1c4e987580a8f8430776 |