MySmile
MySmile is the lightweight open-source CMS based on Django. It helps to create websites with configurable design and minimum cost.
Installation
- Clone repository:
git clone [email protected]:MySmile/mysmile.git
- Install dependencies:
make install
- Run developing server:
python3 manage.py runserver
- Open in browser: http://127.0.0.1:8000
- Change default admin credentials logging http://127.0.0.1:8000/admin by credentials: login -
test
, password -test
Requirements
Documentation
Docker
Instruction how to use Docker can be found in Docker Readme.
Tests
Back-end unit
Python unit test can be found in tests
folder inside each applications.
Running
Manually:
- to run all tests execute
make test
. - to run specific test it's necessary set full path to test class. For instance:
python3 manage.py test apps.chat.tests.test_views
.
With IDE:
All information to configure your IDE with Docker is in Docker Readme using PyCharm as an example.
Contribution
If you find this project worth to use please add a star. Follow changes to see all activities. And if you see room for improvement, proposals please feel free to create an issue or send pull request.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project and its community you agree to abide by those terms.
More information is in Contributing.
License
MySmile is licensed under the BSD 3-Clause License. Please see the LICENSE file for details.