Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

BaankeyBihari/django-react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using this template

Installation

pipenv install
cd webiste/frontend
yarn install

sqlite

To dump data from current DB

python manage.py dumpdata > db.json

if you want indented, then use

python manage.py dumpdata --indent 2 > db.json

To load data

python manage.py loaddata db.json

sometimes it may cause issues if the db is not fresh or some authentication permissions has changed, in that case first dump data using

python manage.py dumpdata --exclude auth.permission --exclude contenttypes > db.json

and then load data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published