lithium

A set of applications for writing a Django website's, it includes a blog, a forum, and many other useful applications.
Download

lithium Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Kyle Fuller
  • Publisher web site:
  • http://kylefuller.co.uk

lithium Tags


lithium Description

A set of applications for writing a Django website's, it includes a blog, a forum, and many other useful applications. lithium is a Python module that contains a set of applications written for the Django web framework. lithium is a disposable battery which can be used on any Django website.lithium currently includes:* Blog - A simple web-logging application which can be used for multi-user, multi-domain websites.* Contact - Contact allow users of your website to easily sent you a email over a web-based form.Applications which are not quite finished:* Media - A application which allows a user to store audio, photos, and videos. This will allow photo galleries, and will hopefully allow attaching photos to blog posts, as well as audio for podcasting.* Store - A small e-commence system with support for PayPal and Google Checkout.* Wiki - A wiki application which allows users to contribute and edit pages.* Forum - A powerful forum application which allows permission based forums.* Groups - Allowing a group based profile, where the group can have a set of pages, and there own blog.* Profiles - A user profile module allowing users to become friends of one and another.Installation:Using a package-management toolThe easiest way by far to install lithium and most other Python software is by using an automated package-management tool, if you're not already familiar with the available package management tools Python. Now's is a good time to get started.One option is easy_install, you can refer to its documentation to see how to get it set up. Once you've got it, you'll be able to type:easy_install lithiumAnother more popular option is pip. Once again, refer to its documentation to get pip up and running, but once you have pip all setup and installed, you'll be able to type:pip install lithiumFrom source codeIf you have git installed on your computer, you can obtain the latest source code by typing:git clone git://github.com/kylef/lithium.gitInside the resulting "lithium" directory will be another directory called "lithium", which is the Python module for lithium; you can symlink this from your Python path, or if you prefer use setup.py (more on that in Manually installing). You could also directly copy lithium to your Python path, but this is not recommended. Symbolic links is one of the best ways for easy upgrading, at a later date, all you need to do is run git pull from inside lithium folder.Manually installingTo manually install lithium, you will first need to download lithium. Once you have a copy of lithium, open it and run:python setup.py installThis will instal lithium and will require administrative privileges on your computer as it is a system-wide install. Requirements: · Python · django.contrib.comments · django.contrib.markup · markdown


lithium Related Software