Metadata-Version: 1.1
Name: MySmile
Version: 0.7.0
Author: Andrii Pryz
Author-email: info@mysmile com ua
Home-page: http://mysmile.com.ua
Summary: MySmile is the lightweight open-source CMS based on Django. 
License: BSD
Download-URL: UNKNOWN

Description: About
             =====

             MySmile is the lightweight open-source CMS based on Django. It helps to create websites with configurable design and minimum cost.

             Dependences
             ===========

             a) Django 1.8.x: http://djangoproject.com, https://github.com/django/django
             b) Pillow for working with images: https://github.com/python-imaging/Pillow
             c) Sphinx for generate docs in various format


             Installation
             ============

             1. Install dependences: $ pip3 install -r config/requirements/local.txt

             2. Unpack archive with MySmile to the project directory

             3. In the project directory run a command in the terminal:

             `python3 manage.py runserver`

             Now your website is available here:

             `<http://127.0.0.1:8000>`_

             4. Change default credentials to admin page:

             4.1. Link to admin page:

             `<http://127.0.0.1:8000/admin>`_

             4.2. Log in with default credentials:

             `login: test`

             `password: test`

             Links
             =====
             Site of project  on `<http://mysmile.com.ua>`_

             Demo version is avalible on `<http://demo.mysmile.com.ua>`_

             Development version is available on GitHub: `<https://github.com/MySmile/MySmile.git>`_

             Read latest documentation on `<http://mysmile.readthedocs.org/en/latest/>`_

             **Welcome to MySmile!**


Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Ukranian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
