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

Can't run the project on my computer

Open IcaroSalgado opened this issue 3 years ago • 4 comments

Hello. I'm trying to run the project on Ubuntu 20.04 LTS on WSL2, after doing everything I can run the server, but I get:

image

In terminal:

image

I think that this is because I haven't done this step: Then refer to env.md for environment variables and keep those in the .env file in the current folder as your project is in. Because I don't know how to do it.

Thanks since now. Regards.

IcaroSalgado avatar May 14 '21 14:05 IcaroSalgado

Hello. I'm trying to run the project on Ubuntu 20.04 LTS on WSL2, after doing everything I can run the server, but I get:

I think that this is because I haven't done this step: Then refer to env.md for environment variables and keep those in the .env file in the current folder as your project is in. Because I don't know how to do it.

Hi.

You should create a .env file in the root of the project, next to the file env.md. In the file .env you need to define the variables from the file env.md To run the project locally, the #Environment variables and #DB variables are sufficient

But after doing all the steps I get an error when going to localhost. If someone understands what I did wrong, please help me image

MaximShcharbitski avatar May 15 '21 06:05 MaximShcharbitski

Hello. I'm trying to run the project on Ubuntu 20.04 LTS on WSL2, after doing everything I can run the server, but I get: I think that this is because I haven't done this step: Then refer to env.md for environment variables and keep those in the .env file in the current folder as your project is in. Because I don't know how to do it.

Hi.

You should create a .env file in the root of the project, next to the file env.md. In the file .env you need to define the variables from the file env.md To run the project locally, the #Environment variables and #DB variables are sufficient

But after doing all the steps I get an error when going to localhost. If someone understands what I did wrong, please help me image

same here

ViCruz14 avatar Jun 03 '21 23:06 ViCruz14

Same thing. Any workaround solution would be helpful

Northa avatar Jul 30 '21 16:07 Northa

I used postman to make a post request http://0.0.0.0(ur set ip):8000/api/auth/register/-----> you need to register a user before accessing any other features { "email": "name" , "first_name": "name" , "password": "name" , "org_name": "name" } once you login you will get a token and will have access to the app

PoSihDun avatar Jan 04 '22 15:01 PoSihDun