{"id":18524836,"url":"https://github.com/suhailvs/djangofileupload","last_synced_at":"2025-04-09T12:30:57.146Z","repository":{"id":17713387,"uuid":"20531971","full_name":"suhailvs/djangofileupload","owner":"suhailvs","description":"Django File Upload (https://stackoverflow.com/a/24066179/)","archived":false,"fork":false,"pushed_at":"2023-12-29T12:58:30.000Z","size":24,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T05:34:47.560Z","etag":null,"topics":["django","django-imageupload","fileupload","python"],"latest_commit_sha":null,"homepage":"https://djangofileupload.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/suhailvs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-06-05T16:09:12.000Z","updated_at":"2022-09-24T19:34:36.000Z","dependencies_parsed_at":"2024-11-06T17:47:39.089Z","dependency_job_id":"57fc4610-8b4d-4ddd-9e92-c628c718ab97","html_url":"https://github.com/suhailvs/djangofileupload","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhailvs%2Fdjangofileupload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhailvs%2Fdjangofileupload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhailvs%2Fdjangofileupload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suhailvs%2Fdjangofileupload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suhailvs","download_url":"https://codeload.github.com/suhailvs/djangofileupload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248040104,"owners_count":21037815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-imageupload","fileupload","python"],"created_at":"2024-11-06T17:43:27.350Z","updated_at":"2025-04-09T12:30:56.041Z","avatar_url":"https://github.com/suhailvs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple django imageupload(django 3.x)\n\n## [demo](https://djangofileupload.herokuapp.com/)\n\n## usage\n\n### 1. Download the folder `uploader`:\n\nDownload the folder `uploader` and save it in your project directory.\n\n### 2. Update `setting.py` of your project:\n\nOn `setting.py` add:\n\n    INSTALLED_APPS = [\n        'uploader',\n        ...\u003cother apps\u003e...\n    ]\n\n    MEDIA_ROOT = os.path.join(BASE_DIR, 'media')\n    MEDIA_URL = '/media/'\n\n### 3. Update `urls.py` of your project:\n\nOn `urls.py` add:   \n    \n    ...\u003cother imports\u003e...\n    from django.urls import path,include\n    \n    urlpatterns = [\n        ...\u003cother url patterns\u003e...\n        path('uploader/', include('uploader.urls')),\n    ]\n\n### 4. Syncronize database\n\n    $ python manage.py migrate\n    $ python manage.py runserver\n\nvisit \u003chttp://localhost:8000/uploader/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhailvs%2Fdjangofileupload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuhailvs%2Fdjangofileupload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuhailvs%2Fdjangofileupload/lists"}