Temkin Mengsitu

Results 11 comments of Temkin Mengsitu

@kev26 My approach for this is i separate my settings file inside a folder like below ![image](https://user-images.githubusercontent.com/48279189/177325919-eb5e4a11-ab62-461d-85e9-09fc9fe4094b.png) inside my setting file i put the setting file for production, development and...

Perhaps you forget to change the environment variable. Or you can do like this if you want ```bash ENVIROMENT=test python manage.py test ``` Make you sure you run on the...

Same Issue with My Window WSL ```log > Running task 1 of 1: python .copier/update_dotenv.py /bin/sh: 1: python: not found Traceback (most recent call last): File "/home/username/.local/bin/copier", line 8, in...

@david-a-jetter yes i just got this issue. When i deploy from the compose the serverless-python-requirements doesn't run but when i run it inside the serverless.yml file it works fine.

@Swe-HimelRana I think you didn't update the USERNAME Field in your model. If you want to use email as a username you must change the USERNAME field. Djoser uses the...

@brianmay could you please write the step to reproduce the bug in detail ? thank you.

When is this PR get reviewed potentially merged? i had to update couple of things by manually to make the landing page works. Kudos to the creator. 👏 I love...

I think this problem happens only when you use lotus docs as a submodule? I faced the same problem today my configuration is like the below ```yaml hero: .... badge:...