diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f78cf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc + diff --git a/App/__pycache__/__init__.cpython-34.pyc b/App/__pycache__/__init__.cpython-34.pyc deleted file mode 100644 index 0b58957..0000000 Binary files a/App/__pycache__/__init__.cpython-34.pyc and /dev/null differ diff --git a/App/__pycache__/admin.cpython-34.pyc b/App/__pycache__/admin.cpython-34.pyc deleted file mode 100644 index 6767d87..0000000 Binary files a/App/__pycache__/admin.cpython-34.pyc and /dev/null differ diff --git a/App/__pycache__/models.cpython-34.pyc b/App/__pycache__/models.cpython-34.pyc deleted file mode 100644 index 2d28c14..0000000 Binary files a/App/__pycache__/models.cpython-34.pyc and /dev/null differ diff --git a/App/__pycache__/urls.cpython-34.pyc b/App/__pycache__/urls.cpython-34.pyc deleted file mode 100644 index 4d27c9a..0000000 Binary files a/App/__pycache__/urls.cpython-34.pyc and /dev/null differ diff --git a/App/__pycache__/views.cpython-34.pyc b/App/__pycache__/views.cpython-34.pyc deleted file mode 100644 index 113cc01..0000000 Binary files a/App/__pycache__/views.cpython-34.pyc and /dev/null differ diff --git a/App/migrations/__pycache__/__init__.cpython-34.pyc b/App/migrations/__pycache__/__init__.cpython-34.pyc deleted file mode 100644 index a31bb23..0000000 Binary files a/App/migrations/__pycache__/__init__.cpython-34.pyc and /dev/null differ diff --git a/App/templates/App/home.html b/App/templates/App/home.html new file mode 100644 index 0000000..8fb57d0 --- /dev/null +++ b/App/templates/App/home.html @@ -0,0 +1,43 @@ +{% load static %} + + +
+A simple tool that takes a username and lists the recent English Wikipedia edits of that user
+A simple tool that takes a username and tells what percentile the user is at by number of edits.
+