Skip to main content

PyRM is an open-source "Rechnungs-Manager" using django.

Project description

OpenSource (GPL v3) Django application to create invoice and more… This app is for german users, yet.

How to create a PyRM environment

~$ virtualenv pyrm_env
~$ cd pyrm_env/bin/
~/pyrm_env/bin$ source activate
(pyrm_env)~/pyrm_env/bin$ ./pip install --verbose django-reversion
(pyrm_env)~/pyrm_env/bin$ ./pip install --verbose xhtml2pdf
(pyrm_env)~/pyrm_env/bin$ ./pip install --verbose -e git+git://github.com/django/django.git@1.3.X#egg=django

without commit rights:

(pyrm_env)~/pyrm_env/bin$ ./pip install --verbose -e git+git://github.com/jedie/django-tools.git#egg=django-tools
(pyrm_env)~/pyrm_env/bin$ ./pip install --verbose -e git+git://github.com/jedie/python-creole.git#egg=python-creole
(pyrm_env)~/pyrm_env/bin$ ./pip install --verbose -e git+git://github.com/jedie/PyRM.git#egg=pyrm

with commit rights:

(pyrm_env)~/pyrm_env/bin$ ./pip install --verbose -e git+git@github.com:jedie/django-tools.git#egg=django-tools
(pyrm_env)~/pyrm_env/bin$ ./pip install --verbose -e git+git@github.com:jedie/python-creole.git#egg=python-creole
(pyrm_env)~/pyrm_env/bin$ ./pip install --verbose -e git+git@github.com:jedie/PyRM.git#egg=pyrm
(pyrm_env)~/pyrm_env/bin$ cd ~/pyrm_env/src/pyrm/testproject
(pyrm_env)~/pyrm_env/src/pyrm/testproject$ ./manage.sh syncdb
(pyrm_env)~/pyrm_env/src/pyrm/testproject$ ./manage.sh runserver

Flush and recreate database and test user with:

(pyrm_env)~/pyrm_env/src/pyrm/testproject$ ./reinit.py

Start a “public” server (not for productiv environments!) with:

(pyrm_env)~/pyrm_env/src/pyrm/testproject$ ./standalone_linux.sh

You must create a own local_settings.py in you project directory. e.g.:

(pyrm_env)~/pyrm_env/src/pyrm/testproject$ touch local_settings.py

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

PyRM-0.1.0.0812.tar.gz (45.2 kB view details)

Uploaded Source

File details

Details for the file PyRM-0.1.0.0812.tar.gz.

File metadata

  • Download URL: PyRM-0.1.0.0812.tar.gz
  • Upload date:
  • Size: 45.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyRM-0.1.0.0812.tar.gz
Algorithm Hash digest
SHA256 c0fc878dce7474e68cb46230dc384c06c6d4c18743de52b6eefcb60abc06441d
MD5 81e95dfcf4e5856489b866678c34bf0d
BLAKE2b-256 a6218ca2d87c622b72e71261a36dbc53af7de01534c78a0a2944e9793dd9616a

See more details on using hashes here.

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