django-epic-sample


Namedjango-epic-sample JSON
Version 0.6.4 PyPI version JSON
download
home_pagehttps://bitbucket.org/egauge/epic-sample/
SummaryA minimal Django project to demonstrate EPIC functionality.
upload_time2025-07-11 20:35:33
maintainerNone
docs_urlNone
authorDavid Mosberger-Tang
requires_pythonNone
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========
EPIC Sample
===========

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/egauge/epic-sample/",
    "name": "django-epic-sample",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "David Mosberger-Tang",
    "author_email": "davidm@egauge.net",
    "download_url": "https://files.pythonhosted.org/packages/0e/6f/828246bfd053a84efe56dfbc6d52670207a7c60516368b841f7d3118531c/django_epic_sample-0.6.4.tar.gz",
    "platform": null,
    "description": "===========\nEPIC Sample\n===========\n\nThis package is a companion to the django-epic package.  Its purpose\nis to provide a minimal but functional environment that let's a\npotential user of EPIC get a feel for how the application works.\n\nInstall this package with::\n\n\tpip install --user django-epic-sample\n\nIf you do not have the \"pip\" command installed on your system,\ndownload and install the latest version of Python from::\n\n\thttps://www.python.org/downloads/\n\nAfter installation, start the Django test server with::\n\n\tcd INSTALL_TARGET\n\tpython manage.py runserver\n\nwhere INSTALL_TARGET is the path to the directory the package was\ninstalled in.  Assuming Python v3.11, you can find the package\ndirectory at:\n\nOn Linux and Mac OS X::\n\t~/.local/lib/python3.11/site-packages/epic-sample/\n\nOn Windows::\n\tAppData\\\\Roaming\\\\Python\\\\Python34\\\\site-packages\\\\epic-sample\\\\\n\nThen point your web-browser at::\n\n\thttp://localhost:8000/epic/\n\nThis page should prompt you to log in.  You can use::\n\n\t- username = admin\n\t- password = admin\n\nfor this sample site.\n\nTo run the EPIC unit tests, use::\n\n\tpython manage.py test epic.tests\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A minimal Django project to demonstrate EPIC functionality.",
    "version": "0.6.4",
    "project_urls": {
        "Homepage": "https://bitbucket.org/egauge/epic-sample/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e6f828246bfd053a84efe56dfbc6d52670207a7c60516368b841f7d3118531c",
                "md5": "37a4fc76a1c2ddc5b68debc138eb769d",
                "sha256": "fe895b4a1324acd1832968f1c80a4a97ebffee28591c78f619cb21729ea52131"
            },
            "downloads": -1,
            "filename": "django_epic_sample-0.6.4.tar.gz",
            "has_sig": false,
            "md5_digest": "37a4fc76a1c2ddc5b68debc138eb769d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9158514,
            "upload_time": "2025-07-11T20:35:33",
            "upload_time_iso_8601": "2025-07-11T20:35:33.413732Z",
            "url": "https://files.pythonhosted.org/packages/0e/6f/828246bfd053a84efe56dfbc6d52670207a7c60516368b841f7d3118531c/django_epic_sample-0.6.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 20:35:33",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "egauge",
    "bitbucket_project": "epic-sample",
    "lcname": "django-epic-sample"
}
        
Elapsed time: 1.04975s