django-react-boilerplate icon indicating copy to clipboard operation
django-react-boilerplate copied to clipboard

DIY Django + React Boilerplate for starting your SaaS

Results 15 django-react-boilerplate issues
Sort by recently updated
recently updated
newest added

This repo was a huge help, thanks 🚀 💯 For anyone's reference , I ran into an issue similar to [this](https://github.com/jfromaniello/selfsigned/issues/33) where the rsa key size argument is too small...

working with **docker-compose-dev.yml** but with another ec2 instance and **docker-compose** giving error Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: Domain: mydomain.com Type: unauthorized...

Dear Piotr Płoński Thank you very much for your tutorials. Undoubtedly, using this structure can create valuable applications. After cloning the code and using the ```docker-compose -f docker-compose-dev.yml build ```...

In part 4 of the tutorial, the field validation doesn't fire up when we hit send with empty username and password fields. In the tutorial code, there is a typo...

OMG! "I have deployed my first app into production." Brother, I would like to thank you for your kindness and brilliant fully comprehensive tutorials. I am sure that it helped...

Hi, Just want to know about the deployment settings for the project and how we will deploy frontend and backend separately like both would be entirely independent of each other...

The command returned the following error: `django.core.exceptions.ImproperlyConfigured: Cannot import 'accounts'. Check that 'apps.accounts.apps.AccountsConfig.name' is correct.` It can be resolved by going to: backend/server/server/apps/accounts/apps.py and changing from `from django.apps import AppConfig`...

In https://github.com/saasitive/django-react-boilerplate/blob/main/frontend/src/components/login/LoginActions.js. `setAxiosAuthToken()` is called 2 times, I believe you can drop one of them.

Nothing is broken at all, but i went ahead and setup a connection to a persistent postgresql database, and wanted to lay out here what i did in case it's...