This paper contains informations about "Eventences". If you want to check the demo, Go to http://kinamsalad.pythonanywhere.com/
All of HTML Files are in here.
base.html is basic source of all pages.
hello.html is the first page when you enter EVENTENCES.
post_list.html is the main page that contains list of events.
post_detail.html is the detail page about each post.
post_cat.html is the reward for user who contribute our EVENTENCES.
esc.html is the introducing about our team.
sign_up.html is the sign-up page of EVENTENCES.
All HTML file contains CSS styles and Javascript function.
All of using image files are in Eventence/static/images
Word cloud images that will be generated by EVENTENCES keywords, is in Eventence/static/wordcloud
All of back-end files(.py file) in this folder.
forms.py sets up the input forms of data.
views.py sets up the veiw of pages with html & Javascript.
admin.py sets up the admin mode.
models.py sets up the database model forms.
urls.py sets up the url of our system.