Metadata-Version: 1.1
Name: django-epic-sample
Version: 0.1.2
Summary: A minimal Django project to demonstrate EPIC functionality.
Home-page: https://bitbucket.org/egauge/epic-sample/
Author: David Mosberger-Tang
Author-email: davidm@egauge.net
License: MIT License
Description: ===========
        EPIC Sample
        ===========
        
        This package is a companion to the djang-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
        
        Afer 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 ---
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
