All Projects → idanwekhai → Django_react_boilerplate

idanwekhai / Django_react_boilerplate

Licence: mit
Boiler-Plate code to Use Django with React

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django react boilerplate

Pstore
Python Protected Password Store (django server + cli interface) using client side GPG encryption
Stars: ✭ 34 (-15%)
Mutual labels:  django
Server
Django server for Travel Mate (Project: nomad)
Stars: ✭ 36 (-10%)
Mutual labels:  django
Django Rename App
A Django Management Command to rename existing Django Applications.
Stars: ✭ 38 (-5%)
Mutual labels:  django
Postgraduation
University management platform dedicated for post-graduation in computer science field using django rest framework.
Stars: ✭ 35 (-12.5%)
Mutual labels:  django
Algo Phantoms Backend
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
Stars: ✭ 36 (-10%)
Mutual labels:  django
Django Crm
Open Source Python CRM based on Django
Stars: ✭ 981 (+2352.5%)
Mutual labels:  django
Staruml Django
This extension for StarUML(http://staruml.io) support to generate Django model code from UML model. Install this extension from Extension Manager of StarUML. Based on (https://github.com/niklauslee/staruml-python)
Stars: ✭ 34 (-15%)
Mutual labels:  django
Dcmp
Docker Container Management Platform(Dashboard UI)
Stars: ✭ 39 (-2.5%)
Mutual labels:  django
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+2350%)
Mutual labels:  django
Djangocms Picture
django CMS Picture is a plugin for django CMS that allows you to add images on your site.
Stars: ✭ 37 (-7.5%)
Mutual labels:  django
Pontoon
Mozilla's Localization Platform
Stars: ✭ 976 (+2340%)
Mutual labels:  django
Djangocms Googlemap
django CMS Google Map is a set of plugins for django CMS that allow you to implement Google Map into your website.
Stars: ✭ 35 (-12.5%)
Mutual labels:  django
Photomanager
Self hosted Google Photos alternative
Stars: ✭ 36 (-10%)
Mutual labels:  django
Ezlog
Easy blog system powered by django
Stars: ✭ 34 (-15%)
Mutual labels:  django
Djangox
Django starter project with 🔋
Stars: ✭ 984 (+2360%)
Mutual labels:  django
Django Directmessages
Django-directmessages is a low-level and easy-to-use Django App to manage simple directmessages.
Stars: ✭ 34 (-15%)
Mutual labels:  django
Tensorflow Mnist Tutorial
MNIST classification in Tensorflow using Django
Stars: ✭ 36 (-10%)
Mutual labels:  django
Likelion django study summary
🦁Like Lion 7th Python Django Study Summary📚
Stars: ✭ 40 (+0%)
Mutual labels:  django
Dbworld Search
🔍 简单的搜索引擎, django 框架
Stars: ✭ 39 (-2.5%)
Mutual labels:  django
Geonode
GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
Stars: ✭ 988 (+2370%)
Mutual labels:  django

React_Django_Boilerplate Code

Boiler plate code to use React and Django together without much configuration.

Installing

After cloning the repo.

$ cd react_django_boilerplate
$ docker-compose build

Running the App

$ docker-compose up

Or if you've yet to build the docker images:

$ docker-compose up --build

Running in production

First build the static files.

$ yarn build

Run the server with production settings.

$ python manage.py runserver --settings=production_settings

Note

You may need to install babel-loader

$ yarn add babel-loader --dev

You might also need to run collect static for you server to see you static files

$ python manage.py collectstatic
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].