Нет описания

Ralfp 4a2fd0e046 Expose thread type prefix to templates 12 лет назад
deployment 149844863f Adding Travis CI to Misago 12 лет назад
media 769b1994e9 Logo saw tweaky tweak! 12 лет назад
misago 4a2fd0e046 Expose thread type prefix to templates 12 лет назад
static 0d540ba336 Updated spacing in markdowns a little 12 лет назад
templates 25b57cc6d4 Threads functionality reimplemented 12 лет назад
.gitignore a2d00579b7 updated gitignore 12 лет назад
.travis.yml 149844863f Adding Travis CI to Misago 12 лет назад
LICENSE.txt 7e0bf1a15c Updated license to Gnu GPL v3 12 лет назад
README.md 7bab003afd Updated README.md 12 лет назад
cron.txt 4741521d9b Updated cronjobs txt file 12 лет назад
manage.py c7f9c64f3a Fixed manage.py to point at deployment module instead of my dev module using internally for development. 12 лет назад
requirements.txt 149844863f Adding Travis CI to Misago 12 лет назад

README.md

Misago

Misago is internet forum application written in Python and using Django as its foundation. Visit project homepage for discussion and demo: http://misago-project.org

The Tao AKA Mission Statement

I want software focused on enabling smooth flow of information between forum members. I dont want to build "Facebook CMS" that contains lots of extra functionality like user galleries, blogs or user walls. Posting and replying in threads is only focus of Misago with additional features implemented to improve forum users and staff experience.

Secondary goal is making Misago a viable foundation for building and maintaining long-term discussion forums for administrators. Misago trades "casual admin" friendlyness for advanced features aimed for use by web developers looking for tool to build forums for their site.

Finally while Misago is build using Django, its not "Django application" and it wont integrate with existing Django projects. This is result of design decision to use custom users/session/auth/permissions functionality instead of Django native applications - however in future Misago will provide web API allowing you to add Misago-powered features to your website.

Dependencies

Installation

Misago comes with "deployment" python module that contains empty Misago configuration and default Django WSGI container for you to use in your deployments.

After you set low-level configuration of Misago, fire following commands on manage.py:

  • startmisago - creates DB structure for Misago and populates it with default data
  • adduser Admin admin@example.com password --admin - this will create first admin user

Misago stands on shoulders of Django and Django documentation covers deployment of apps extensively: https://docs.djangoproject.com/en/dev/howto/deployment/

Don't forget to set up maintenance cronjobs to keep your database clean, look into cront.txt file to see what crons to set up.

While Misago will run without cache set up, you are stronly encouraged to set one up for it.

WARNING!

Misago is not production ready! Don't ever use it in anything thats anywhere close to production enviroment!

Updating

You can use updatemisago command to update your forums database to latest version.

Contributing

Misago is open source project. You are free to submit pull requests against master branch, but I request all interested in contributing to project to register on project forums and participate in development discussion.

Finally, you can participate in discussion on project forums. Your feedback means much for project, don't keep it to yourself!

Authors

Rafał Pitoń

Copyright and license

Misago Copyright (C) 2012 Rafał Pitoń This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.

For complete license, see LICENSE.txt