Resource Planning System
Project description
ERP is resource planning system. This is very early version not for using.
Package is being developed in general for modeling and expected to be used as advanced task management solution at the current stage.
First beta will roll out late july 2016 and will contain all to work with enterprise material and technical base. After beta release work over finance component would be done.
Detailed documentation would appear in the “docs” directory with beta release.
Quick start
Add package apps to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'rest_framework', 'erp.base.directory', 'erp.base.planning', 'erp.base.enterprise', 'erp.base.article', 'erp.base.storage', ... )
Include package URLconf in your project urls.py like this:
url(r'^pm/', include('erp.base.planning.urls')), url(r'^structure/', include('erp.base.enterprise.urls')), url(r'^directory/', include('erp.base.directory.urls')), url(r'^storage/', include('erp.base.storage.urls')), url(r'^faq/', include('erp.base.article.urls')), url(r'^goods/', include('erp.base.trading.urls')), url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')),
Add custom auth app to your project settings.py like this:
from erp.base import enterprise AUTH_USER_MODEL = 'enterprise.CorpUser'
Process “makemigrations” and “migrate” to create models.
Visit http://127.0.0.1:8000/ to get started.
Forgive me ^_^
Visit Home Page and get involved!
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
File details
Details for the file ERP-0.27.tar.gz
.
File metadata
- Download URL: ERP-0.27.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7dc8801a7946296b49098d92dca2ac43ccdc0ee6631b0596bf940394a9237ea |
|
MD5 | 38429c6765273a423f7387aba377c55a |
|
BLAKE2b-256 | ba3c53d954ef113eaa6c0dd8c6c6952c133b051a5e6982b5c86eec21c3b28d2b |