#Doremi Lyrics (http://doremilyrics.com)
We are developing knowledge library for learning Qunatum Universe. The best resources to learn something on the web are scattered and we may waste lot of time. We aim to elinimate this by recommending the best resources.
##Version 1 features
- Users can share any link of interesting blog post or video in the Resource Section.
- Resources are divided in topics.
- Users can share snippets(a shorte blog post) on their wall to share their views and experiences in learning.
- Users can save interesting resources to their profile for later use.
- Topic follow button allow users to follow topics to get interesting news, new resources.
- Explore section lets view the ongoing activity of the site at a glance.
##Later features
- Moderators and more active users will be able to edit wiki like content in the topics and resources.
- Tracks will be introduced to give users ability to create content for the their audiences and distribute them.
- Users can follow other interesting users.
##Tools/Apps Used
- Django 1.8.7
- Twitter Bootstrap
- django-registration
- django-guardian
- django-braces
- django-ratings
- MySQL (sqlite3 for dev)
- django-haystack
- elasticsearch : sudo systemctl start elasticsearch (run), sudo systemctl enable elasticsearch (booting time autorun)
For full requirements, see requirment.txt
##Install
- See INSTALL.md for full installation instructions.
- http://www.doremilyrics.com
This project is licensed under MIT License. See LICENSE.txt
- djangoratings-vote : ip-address width = 64. Otherwise, we get the following error: Data truncated for column 'ip_address' at row 1
- discus comment tool requires registration.
- Upgraded to Django 1.8.7 on Jan. 2, 2016 (2 fixes - 1. Import user after loading app, 2. NoReverseMatch for admin delete)
- Added thumbnail field to resources (resources/models.py)
- Bug fix for resource image upload by adding enctype="multipart/form-data" to templates/resources/resource_form.html
- The upload_to folder switched to MEDIA_ROOT/topics/%Y/%m/%d/ and MEDIA_ROOT/resources/%Y/%m/%d/ to resources/models.py to Topic and Resource classes on Jan. 12, 2016.
- Can use markdown (django-markdown-duex) for TextField such as Description and Help_Text in Resources/Topic. Basic tutorial is available at https://daringfireball.net/projects/markdown/basics.
- Added a video field as well as a field for embedded YouTube video to Resources.
- Adsense added on Jan 5, 2017.
- Adding topic is opened to any user on Jan 21, 2017.