Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.2 KB

nereid-demo

A little APP to test and get some source code about Nereid, a webdevelopment framework for Python based on Tryton.

In this repo you can get source code to:

  • Login
  • Registration
  • Reset password (and send emails)
  • Get info account user
  • Create or edit new cutomer addresses
  • CMS: Add menu (first level) in template
  • CMS: Article template
  • CMS: Add banner in template

Source code

Installation

How to install Nereid and Tryton Nereid in Nereid doc: http://nereid.openlabs.co.in/docs/

  • Install Nereid and Trytond Nereid in your system or virtualenv
  • Install Nereid CMS in your system or virtualenv
  • Create new database and install Nereid and Nereid CMS modules in Tryton
  • When finish to create a database, go to Nereid menu and create a new website
    • Name: localhost

Configuration

Copy config.cfg.template to config.cfg and edit.

In nereid-demo dir, run:

python application.py

New server run http://127.0.0.1:5000/

This demo run only a website.