Source code to letflysite.com.
Due to no money, the site has been moved to LETFLY'S LAB
mkvirtualenv letflysite.com --system-site-packages
pip install -r ./requirements.txt
python manage.py runserve
mysql.server start
You should add user and password about your database in settings/settings.py.Then
python manage.py syncdb
Open a browser input http://127.0.0.1:8000/, then you can see the website.
LetflySite is a personal website of personal interest and study practice. The website is developed using the django framework, which mainly includes blogs and pictures.
- Account: register, login, change password, reset the password by mail, register by email, etc.
- Blog: include tags, categories, rss feeds, searches, and more. To facilitate editing, but also embedded in the UEditor (baidu rich text editor).
- Image: currently only supports the most basic browsing.
- Interest: currently only supports the most basic browsing.
- Other: on with feedback, mail queue, picture processing, paging function, etc.
- Django-simple-captcha: a verification code module.
- Django-ueditor: baidu rich text editor. In order to meet the individual needs, the view has been recustomized.
- Account: registration, password modification, password reset, etc. Not completed.
- Ueditor: upload images such as rewrite the view does not consider the path after the incoming.
- Mail: invitation email is not delivered.
As a non-design born for me, making a decent UI is not easy for me, so I personally keep the copyright on the UI.Thanks!