Coder Social home page Coder Social logo

abidibo / django-mosaico Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tubaman/django-mosaico

0.0 2.0 0.0 3.64 MB

A django app that contains the mosaico frontend and implements the mosaico backend

License: BSD 3-Clause "New" or "Revised" License

Python 7.81% HTML 92.19%

django-mosaico's Introduction

django-mosaico

djangom-mosaico is a django app that contains the mosaico frontend and implements the mosaico backend in python.

Quick start

  1. Enable the Django sites framework

  2. Add "jsonify" and "mosaico" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'jsonify',
        'mosaico',
    ]
  3. Include the mosaico URLconf in your project urls.py like this:

    url(r'^mosaico/', include('mosaico.urls')),
  4. Setup MEDIA_ROOT and MEDIA_URL

  5. Run python manage.py migrate to create the mosaico models.

  6. Login to the django admin

  7. Change the first site in the Django admin to be:

    • domain name - localhost:8000
    • display name - localhost
  8. Go to the Django admin here: http://127.0.0.1:8000/admin/mosaico/template/

  9. Create a new template in mosaico by clicking the Add Template from Mosaico button.

  10. When you're done, click "Save to Server". Now that template should be listed in the Django admin under templates.

django-mosaico's People

Contributors

tubaman avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.