Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
/ leaza Public archive

Leaza is an social media Django website engine

Notifications You must be signed in to change notification settings

admitrievsky/leaza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been archived by the owner. It is now read-only.

Leaza

Leaza is a social media Django website engine. It focuses on user-created content. Any post may contain rich text, images dropped to the editor (no upload of files needed), embedded youtube videos. There is an tree-like commenting system where comment is an ordinal post, so it also may contain rich media.

Requirements

  • Python 3.4 or higher
  • Tested with Django 1.8
  • SQL Database you like
  • apt-get install coffee
  • apt-get install node-less

Installation

  • (Optional) Create an virtual environment
  • Install requirements pip install -r requirements.txt
  • Copy leaza/settings_local_example.py to leaza/settings_local.py and review it
  • Migrate ./manage.py migrate
  • Install gunicorn, run the webserver you like

Licence

This code is under BSD license. There may be third-party code that is under their license.