Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.26 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.26 KB

Welcome to Eventences!

This paper contains informations about "Eventences". If you want to check the demo, Go to http://kinamsalad.pythonanywhere.com/

Files and Implementation Explanation

1) for Front-end Development

(1) Eventence/blog/templates

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.

(2) Eventence/static

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

2) for Back-end Development

(1) Eventence/blog

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.