Django-CRM
Django-CRM copied to clipboard
How to install django-crm step by step
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.
The installation is on the README.md. Check it here
It seems the installation is missing required setup for postgresql and redis? Are these required now?
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
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.
Hi guys, does anyone has any pointers on how you can run the application in Windows?