django-react-boilerplate | A Django and React user authentication project | Authentication library
kandi X-RAY | django-react-boilerplate Summary
kandi X-RAY | django-react-boilerplate Summary
This repository contains a boilerplate project setup for Django and React. The project contains backend user authentication with the Django Rest Framework and rest-auth. The frontend has react redux setup for user authentication by storing the token in localstorage.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Register the swagger worker
- Check to see if a service is reloaded .
- Unregister the service worker
django-react-boilerplate Key Features
django-react-boilerplate Examples and Code Snippets
Community Discussions
Trending Discussions on django-react-boilerplate
QUESTION
I am setting my project as said in
Steps I took..
Started the project by this command django-admin startproject theprojectname --extension py,yml,json --name Procfile,README.md,.env.example --template=https://github.com/vintasoftware/django-react-boilerplate/archive/boilerplate-release.zip
then i installed the pip packages
pip install -r requirements-to-freeze.txt Saved them
pip freeze > requirements.txt
Ran the npm update commands
npm update --save npm update --save-dev
cp goDiary/settings/local.py.example goDiary/settings/local.py cp .env.example .env and after that
python manage.py makemigrations
And I have almost same code except that I refactored the name
After making pip install -r requirements.txt
And the output when I am making the migrations is this
Are my confs correct?
...ANSWER
Answered 2017-Dec-17 at 22:22For those who might fall into this same issue, the discussion is happening on the project's github page, at https://github.com/vintasoftware/django-react-boilerplate/issues/166
If you just want the answer, it's probably related to a wrong version of Django. Check if you've installed Django 1.11 and not Django 2.0 or some other version :)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install django-react-boilerplate
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page