N
N
Neal Orven2019-11-08 09:39:41
Django
Neal Orven, 2019-11-08 09:39:41

How to properly set up django-helpdesk before launch?

Hello dear, I asked myself to set up a helpdesk at work on the server, I want a little help, since I myself am just learning Python, and some points are not entirely clear to me:
Installed Wirth. environment as recommended in documentation: pipenv --python 3.6.8:
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Installed dependencies from the requirements.txt of the project itself on the git, the same project is in a folder in the virtual environment.
beautifulsoup4==4.8.1
Django==1.11
django-bootstrap-form==3.3
django-helpdesk==0.2.17
django-markdown-deux==1.0.5
email-reply-parser==0.5.9
lxml==4.4.1
markdown2==2.3.8
pytz==2019.3
simplejson==3.16.0
six==1.13.0
soupsieve==1.9.5
After installing the packages, I got this:
beautifulsoup4==4.8.1
Django==1.11
django-bootstrap-form==3.3
django-markdown-deux==1.0.5
email-reply-parser==0.5.9
lxml==4.4.1
markdown2==2.3.8
pytz==2019.3
simplejson==3.16.0
six==1.13.0
soupsieve==1.9.5
I actually got stuck on the Adding To Your Django Project chapter.
From the instructions: https://django-helpdesk.readthedocs.io/en/latest/i...
Can you briefly (not in detail, to save yours) describe how to do the steps in the instructions correctly?
And then I'll google. Thanks for any information and advice.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladislav Bochkov, 2019-12-07
@hd48915

And stuck on what respected?

N
Neal Orven, 2019-12-13
@NealO

It turned out to migrate the helpdesk application to the django project under version 2.2.8, but it looks like it swears at the old type URL.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question