Django-CRM
Django-CRM copied to clipboard
Can't run the project on my computer
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:
In terminal:
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.
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
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
same here
Same thing. Any workaround solution would be helpful
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