Skip to content

Django startapp for Modoboa (include VueJS frontend skeleton)

Notifications You must be signed in to change notification settings

modoboa/startapp-modoboa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

{% if False %}

Django Modoboa Base Template with VueJS template

About

This template is used by developer

Features

By default, this project template includes:

Backend:

  • Modoboa

Frontend:

  • VueJS

Migrations:

  • Django built-in migrations

Caching:

  • python-memcached

Admin:

  • Includes django-debug-toolbar for development and production (enabled for superusers)

How to use this project template to create your modoboa module

  • Create your working environment and virtualenv
  • Install Django 1.11
  • pip install Django 1.11
  • $ django-admin.py startapp --template https://github.com/modoboa/startapp-modoboa/archive/master.zip --extension py,html,md,rst appname
  • $ cd appname
  • By default dev environment use SQLite database
  • $ pip install -r dev-requirements.txt
  • $ python manage.py migrate
  • $ python manage.py runserver

{% endif %}

The {{ app_name|title }} Module

About

Describe your project here.

Prerequisites

  • Python 3.5 recommended
  • Modoboa
  • pip
  • virtualenv (virtualenvwrapper is recommended for use during development)

Installation

Fill out with installation instructions for your project.

License

Indicate your licence here

About

Django startapp for Modoboa (include VueJS frontend skeleton)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published