Re: Use 3rd party django package in my own project (PYTHONPATH)

2015-05-12 Thread Joakim Hove
, > Thanks for the reply. My problem is with this section. can you guide me > how to do this part in Ubuntu or Windows? > > >- > >Add the model_report directory to your Python path. > > Well - the main point is not adding the model_report directory to your Python path per se - the point is

Re: Use 3rd party django package in my own project (PYTHONPATH)

2015-05-12 Thread Kasra Khosravi
Thanks for the reply. My problem is with this section. can you guide me how to do this part in Ubuntu or Windows? - Add the model_report directory to your Python path. On Monday, May 11, 2015 at 12:21:06 PM UTC-7, Kasra Khosravi wrote: > > i am creating a susbcription management

Re: Use 3rd party django package in my own project (PYTHONPATH)

2015-05-11 Thread Mario Gudelj
Have you looked at https://django-model-report.readthedocs.org/en/latest/installation.html ? After you add it to "INSTALLED_APPS" (I guess that's what you meant by adding it to 'Installed_Packages') you need to create reports.py etc. The instructions on RTD are pretty good... On 12 May 2015 at 05

Use 3rd party django package in my own project (PYTHONPATH)

2015-05-11 Thread Kasra Khosravi
i am creating a susbcription management system and I want to use a third party django package for reporting : https://github.com/juanpex/django-model-report Since I am new to django, I'm not sure how to use it, First I install it using pip (I have also tried installing it using setup.py), after