A Django boilerplate that uses:
- Bootstrap for styling
- JQuery and Bootstrap for scripting
- Grunt for automating
- Node for package managing
- Social login for Google, Facebook, and Linkedin
- Install python requirements using
pip install -r requirements.txt
- Migrate your models using
python manage.py migrate
- Install node requirements using
npm install
- Build your static files by running
grunt build
- Start your Django server by running
python manage.py runserver
- Open another console tab and run
grunt
to watch for SASS and JS file changes - Setup your Google, Facebook, and Linkedin applications for django-social login and set app keys and secrets in your env (check settings/base.py for the needed variables)
- Navigate to
/