{"id":19500021,"url":"https://github.com/anuprshetty/meetup","last_synced_at":"2026-05-02T18:38:30.077Z","repository":{"id":239177634,"uuid":"764140647","full_name":"anuprshetty/meetup","owner":"anuprshetty","description":"Meetup - a web application.","archived":false,"fork":false,"pushed_at":"2024-05-10T13:29:21.000Z","size":472,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-25T21:22:33.548Z","etag":null,"topics":["asgi","database","django-admin-panel","django-middleware","django-rest-framework","django-templates","migrations","model-view-template","python","sqlite","web-application","wsgi"],"latest_commit_sha":null,"homepage":"","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/anuprshetty.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":"2024-02-27T14:52:45.000Z","updated_at":"2024-05-10T17:10:25.000Z","dependencies_parsed_at":"2024-05-10T14:50:58.837Z","dependency_job_id":null,"html_url":"https://github.com/anuprshetty/meetup","commit_stats":null,"previous_names":["anuprshetty/meetup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anuprshetty/meetup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fmeetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fmeetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fmeetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fmeetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anuprshetty","download_url":"https://codeload.github.com/anuprshetty/meetup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuprshetty%2Fmeetup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285110618,"owners_count":27116560,"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","status":"online","status_checked_at":"2025-11-18T02:00:05.759Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["asgi","database","django-admin-panel","django-middleware","django-rest-framework","django-templates","migrations","model-view-template","python","sqlite","web-application","wsgi"],"created_at":"2024-11-10T22:07:14.487Z","updated_at":"2025-11-18T18:02:59.474Z","avatar_url":"https://github.com/anuprshetty.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meetup\n\nMeetup - a web application.\n\n![all_meetups](media/all_meetups.png)\n![meetup_detail](media/meetup_detail.png)\n![registration_confirmation](media/registration_confirmation.png)\n\n## Commands\n\n- python manage.py makemigrations\n  - Migrations are Django's way of propagating changes you make to your models (adding a field, deleting a model, etc.) into your database schema.\n  - They're designed to be mostly automatic, but you'll need to know when to make migrations, when to run them, and the common problems you might run into.\n  - migrations are database instructions which are created based on defined models in Django.\n- python manage.py migrate\n  - Apply migrations so that the database is affected and does change.\n- python manage.py createsuperuser\n  - Username: admin\n  - Email: \u003cadmin@email.com\u003e\n  - Password: #welcome123\n- python manage.py changepassword \u003cuser_name\u003e\n- python manage.py runserver 5000\n- Visit: \u003chttp://127.0.0.1:5000/admin/\u003e and \u003chttp://127.0.0.1:5000/\u003e\n\n## Notes\n\n### Django\n\n- Django is a Python-based free and open-source web framework that follows the model–template–views architectural pattern.\n\n### Pillow\n\n- Pillow (a fork of PIL)\n- Python Imaging Library (PIL) is the de facto image processing package for Python language.\n- PIL incorporates lightweight image processing tools that aids in creating, opening, editing, manipulating, and saving images.\n- Support for Python Imaging Library (PIL) got discontinued in 2011, but a project named pillow forked the original PIL project and added Python3.x support to it.\n- Pillow was announced as a replacement for PIL for future usage.\n- Pillow supports a large number of image file formats including BMP, PNG, JPEG, and TIFF. The library encourages adding support for newer formats in the library by creating new file decoders.\n- models.ImageField() in django.db is dependent on Pillow python package.\n\n### SQLite\n\n- SQLite is a relational database management system contained in a C library.\n- In contrast to many other database management systems, SQLite is not a client–server database engine. Rather, it is a standalone database engine.\n- It is embedded into the end program often used for storing embedded SQL-based databases.\n- SQLite generally follows PostgreSQL syntax.\n\n## References\n\n- [djongo](https://github.com/nesdis/djongo)\n- [Django and MongoDB Connector Design](https://www.djongomapper.com/django-mongodb-connector-design-document/)\n- [django-mongodb-engine and djangotoolbox](https://django-mongodb-engine.readthedocs.io/en/latest/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuprshetty%2Fmeetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuprshetty%2Fmeetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuprshetty%2Fmeetup/lists"}