Skip to main content

A package which create django babel boilerplate.

Project description

Django Babel Package

This is a package to create a boilerplate of django and babel with a efficient method of file structure

GET STARTED

USAGE

Make sure, you have installed node js, before proceeding to the documentation.

In your terminal run the command..

$ pip install django-babel-boilerplate

To create a project,

$ django-babel [project_name]

The file structure would look like

  • [root-folder]
    • settings
      • base.py
      • local.py
      • production.py
      • staging.py
    • __init__.py
    • urls.py
    • views.py
    • wsgi.py
  • static
    • common
      • js
      • scss
    • dist
      • css
      • images
      • js
    • home
      • js
      • scss
    • svg
  • templates
    • index.html
  • .babelrc
  • .gitignore
  • manage.py
  • package.json
  • requirements-server.txt
  • requirements.txt

To install all the dependencies.

$ npm install

To run just the server

$ python manage.py runserver

or

$ npm start server

To run babel, use

$ npm start babel

To run the sass, use

$ npm start scss

To run the server, babel and the sass all together, use

$ npm start

Your good to go..

Happy Coding :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-babel-boilerplate-0.0.7.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

django_babel_boilerplate-0.0.7-py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page