ernestofgonzalez / djangorocket

A Django SaaS boilerplate
https://djangorocket.com
Apache License 2.0
143 stars 15 forks source link

Suggestions and error #43

Open grapiuna opened 10 months ago

grapiuna commented 10 months ago

Hi, Ernesto. I'm trying to use this project on Windows 11.

To install the modules to run this project, I had to execute: pip install cookiecutter==2.1.1 django==4.1.4 pipx celery dj-database-url python-dotenv whitenoise django-compressor django-cors-headers django-celery-beat django-countries graphene-djmoney django-phonenumber-field djangorestframework django-storages tailwind shortuuid dj-database-url

To use docker, we have to install docker e execute "docker compose up" on Powershell.

I did all the steps but I am getting this error: ModuleNotFoundError: No module named 'dj-database-url'

I tried some tips that I found but did not work.

The module dj-database-url is installed and in the requirements.txt.

That is the motive to be unable to test this project. Can you help me?

ernestofgonzalez commented 10 months ago

Hi, Ernesto. I'm trying to use this project on Windows 11.

To install the modules to run this project, I had to execute: pip install cookiecutter==2.1.1 django==4.1.4 pipx celery dj-database-url python-dotenv whitenoise django-compressor django-cors-headers django-celery-beat django-countries graphene-djmoney django-phonenumber-field djangorestframework django-storages tailwind shortuuid dj-database-url

To use docker, we have to install docker e execute "docker compose up" on Powershell.

I did all the steps but I am getting this error: ModuleNotFoundError: No module named 'dj-database-url'

I tried some tips that I found but did not work.

The module dj-database-url is installed and in the requirements.txt.

That is the motive to be unable to test this project. Can you help me?

Hi, @grapiuna

It's been a while since I've worked on a Windows machine. I do know that docker has a more complex setup on Windows vs Mac, and the Django Rocket docs don't differentiate between these. I'll test after work and get back to you.