Artix Linux Forum

Artix Linux => Software development => Topic started by: mrbrklyn on 06 October 2019, 08:32:33

Title: Django
Post by: mrbrklyn on 06 October 2019, 08:32:33
Anyone using Arch for Django.  I download a set up with pacman, but my experience with these platforms is that they are very customizable and no package management system can really keep up with a real developed individual system.  Maybe this will be different.  Django didn't ask for an apache depenedecy, which confused me right away.  Eventually, I want to use Django-CRM which is NOT in pacman, but in github.

Ruben
Title: Re: Django
Post by: ####### on 06 October 2019, 13:12:01
https://pypi.org/project/django-crm/ (https://pypi.org/project/django-crm/)

I think you can install it with pip, install pip, then follow the instructions to install the deps with pip and do the conf then do pip install django-crm. I tried just that command to see if it did anything, and it errored out "error: could not create '/usr/lib/python3.7/site-packages/marketing': Permission denied" but it did start downloading.