├── feed ├── __init__.py ├── migrations │ ├── __init__.py │ ├── 0022_delete_claimform.py │ ├── 0021_remove_report_item_slug.py │ ├── 0020_report_item_slug.py │ ├── 0015_auto_20180817_0229.py │ ├── 0018_auto_20180827_0436.py │ ├── 0019_auto_20180830_0314.py │ ├── 0012_auto_20180813_0051.py │ ├── 0009_auto_20180809_0140.py │ ├── 0002_auto_20180804_1610.py │ ├── 0017_auto_20180827_0433.py │ ├── 0003_auto_20180805_0533.py │ ├── 0010_report_item_owner.py │ ├── 0008_auto_20180809_0126.py │ ├── 0004_claimform.py │ ├── 0016_auto_20180820_2133.py │ ├── 0014_contacthelp.py │ ├── 0013_auto_20180815_0159.py │ ├── 0001_initial.py │ ├── 0007_auto_20180809_0045.py │ ├── 0011_usernotification.py │ ├── 0005_auto_20180807_1403.py │ └── 0006_auto_20180807_1840.py ├── tests.py ├── apps.py ├── templates │ ├── feed │ │ ├── social-login.html │ │ ├── base.html │ │ ├── form_template.html │ │ ├── login_user.html │ │ ├── report_item_confirm_delete.html │ │ ├── notification.html │ │ ├── loggedin.html │ │ ├── SignUp.html │ │ ├── usernotification_form.html │ │ ├── contacthelp_form.html │ │ ├── report_item_form.html │ │ ├── profile.html │ │ ├── detail.html │ │ ├── footer.html │ │ ├── index.html │ │ └── header.html │ ├── registration │ │ ├── form_login_template.html │ │ └── login.html │ └── static_page │ │ ├── our_team.html │ │ ├── about_us.html │ │ └── privacy.html ├── admin.py ├── forms.py ├── urls.py ├── models.py └── views.py ├── backmyitem ├── __init__.py ├── storage_backends.py ├── wsgi.py ├── urls.py └── settings.py ├── .gitignore ├── static ├── img │ ├── banner.jpg │ ├── fevicon.png │ └── backmyitem.png └── css │ └── base.css └── manage.py /feed/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backmyitem/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /feed/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /feed/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.pyc 2 | *~ 3 | __pycache__ 4 | myvenv 5 | myammaji 6 | .DS_Store 7 | .env 8 | -------------------------------------------------------------------------------- /static/img/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/backmyitem/master/static/img/banner.jpg -------------------------------------------------------------------------------- /static/img/fevicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/backmyitem/master/static/img/fevicon.png -------------------------------------------------------------------------------- /static/img/backmyitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spider-yamet/backmyitem/master/static/img/backmyitem.png -------------------------------------------------------------------------------- /feed/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class FeedConfig(AppConfig): 5 | name = 'feed' 6 | -------------------------------------------------------------------------------- /backmyitem/storage_backends.py: -------------------------------------------------------------------------------- 1 | from storages.backends.s3boto3 import S3Boto3Storage 2 | 3 | class MediaStorage(S3Boto3Storage): 4 | location = '/media' 5 | file_overwrite = False -------------------------------------------------------------------------------- /feed/templates/feed/social-login.html: -------------------------------------------------------------------------------- 1 |
Please Send me email at saifulcseng@gmail.com if you want to contribute in this project and become the part of someone happiness.
11 |Please return the item only with valid proof
15 | 16 |Person Name | {{ n.Name }} |
Mobile Number | {{ n.Mobile_No }} |
Proof | {{ n.Proof }} |
{{ full_name }} Click on the link to contact the person
14 | 15 |You do not have any notification
25 | 26 |You are logged in
7 | {% else %} 8 |Sign Up to becomes someone's happiness
17 | 18 |Please fill this form
14 | 15 |Login to becomes someone's happiness
12 |Don't have an account? Sign up
40 || Mailing Address | |
| Address: | Home 19,Top Khana Road,Rampur,UP,India |
| Phone | +91 8826478938 |
| backmyitem@gmail.com | |
Congrats! You are going to become someone's happiness.
14 | 15 |Hello   {{ user.first_name }}   Thanks to make the world a better place
Your's content
12 | 13 |Title | {{ obj.title }} |
Item Type | {{ obj.item_type }} |
Location | {{ obj.location }} |
{% if obj.publish is False%}Your Post is in review{% endif %} | |
Posted Date
{{ obj.date }}
| 33 | Read_More 34 | | 35 |36 | Edit 37 | | 38 |39 | Trash 40 | |
Title | {{ object.title }} |
Location | {{ object.location }} |
Date | {{ object.date }} |
Description | {{ object.Description }} |
| Image | {% if object.image%} |
| 26 | 27 | 30 | 31 | | 32 |33 | 34 | 36 | 37 | | 38 |
Click on Request to return Button if this is your item
48 |17 | BackMyItem is a web application where your lost item will be publish by an unknown user. You can connect to that user from this application. 18 |
19 |21 | In this fast world we forget our item like documents, keys, cards, wallets, purse , resport card , passport etc at public places like train, malls, shops, Government and private offices etc but once we lost it then it becomes very hard for us to retrieve the item. 22 |
23 |25 | If someone find your's item and if he wants to return the item to the owner then it becomes impossible by him to communicate with the owner of the item or to identify the real owner of the unclaimed stuff because an item like keys never talks to us. 26 |
28 | 29 | Why should BackMyItem exist? 30 |
31 |33 | In this platform, if you find any unclaimed stuff like documents, keys, wallets, purse, gadgets or any other item then you can report that item in our platform. First, the report will be verify by the BackMyItem team to avoid the misleading data from the naughty user. Once verify then it will be publish on our home page. 34 |
35 |How to use BackMyItem?
37 |39 | First, you need to create your account on our platform. After signing, if you find any lost stuff of someone then you can report the item from report page. Once, you have reported then it will be added in our database. Our team shortly review the report and publish it on the homepage.
40 |The Home page section of our platform is open to all. If the real owner of the item find his lost item on our home page then he can request you to return the item. He will fill the form for his item and provide some additional proof. Now, it’s your chance. Once the owner requested for the item you will get the notification. Through notification you can view the proof provided by the owner. You have to cross check the proof provided in notification with the item. If this is verifiable then you can call him on the number provided by the owner. 42 |
43 |It is very nobel cause to return the someone item and become his happiness. Who knows the useless item you find on road can solve the 100 problem of the owner.
45 |
Continue With Google
4 |