Django-CRM icon indicating copy to clipboard operation
Django-CRM copied to clipboard

How to install django-crm step by step

Open getdatainformation opened this issue 4 years ago • 6 comments

getdatainformation avatar Mar 01 '20 11:03 getdatainformation

Read this documentation. I assume you already installed the latest Python version.

Cause basically, the installation method on Django for other common OS such as Windows, macOS, or Linux is similar.

iColdPlayer avatar Apr 05 '20 09:04 iColdPlayer

The installation is on the README.md. Check it here

reyesvicente avatar Apr 05 '20 10:04 reyesvicente

It seems the installation is missing required setup for postgresql and redis? Are these required now?

cheradenine avatar May 09 '20 11:05 cheradenine

I agree:

Then refer to env.md for environment variables and keep those in the .env file in the current folder as your project is in.

doesn't explain exactly what needs to be set.

python manage.py migrate

causes

Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

so I suppose some settings/steps are missing

dartie avatar Apr 14 '21 15:04 dartie

We are developing new application in the combination of reactjs and djangorestframework with new deployment method using docker. It should be ready by end of this month. Thank you for your interest in this project.

ashwin31 avatar Apr 15 '21 13:04 ashwin31

Hi guys, does anyone has any pointers on how you can run the application in Windows?

colina83 avatar Jul 10 '21 23:07 colina83