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

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 required node modules.

$ npm install

To run the server, babel and the sass

$ npm start

Your good to go..

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.5.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

django_babel_boilerplate-0.0.5-py3-none-any.whl (6.0 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