{"id":22161143,"url":"https://github.com/mr-destructive/dj-notes","last_synced_at":"2025-04-10T17:44:21.009Z","repository":{"id":41470712,"uuid":"500917126","full_name":"Mr-Destructive/dj-notes","owner":"Mr-Destructive","description":"A note taking app powered by Django and Postgres","archived":false,"fork":false,"pushed_at":"2023-06-30T11:44:20.000Z","size":169,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T15:26:06.754Z","etag":null,"topics":["cookiecutter","django","notes-app","postgresql","python"],"latest_commit_sha":null,"homepage":"https://dj-notes.vercel.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mr-Destructive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-06-07T16:21:09.000Z","updated_at":"2025-01-02T02:22:53.000Z","dependencies_parsed_at":"2025-01-29T20:31:36.176Z","dependency_job_id":"1f59c917-693c-41b6-81da-88289f3b4536","html_url":"https://github.com/Mr-Destructive/dj-notes","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/Mr-Destructive%2Fdj-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdj-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdj-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fdj-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mr-Destructive","download_url":"https://codeload.github.com/Mr-Destructive/dj-notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248262299,"owners_count":21074283,"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":["cookiecutter","django","notes-app","postgresql","python"],"created_at":"2024-12-02T04:13:21.273Z","updated_at":"2025-04-10T17:44:20.993Z","avatar_url":"https://github.com/Mr-Destructive.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## DJ Notes\n\n### A Note taking app powered by Django\n\n[![Built with Cookiecutter Django](https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg?logo=cookiecutter)](https://github.com/cookiecutter/cookiecutter-django/)\n[![Black code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\nLicense: MIT\n\n[![Deploy on Railway](https://railway.app/button.svg)](https://dj-notes.up-railway.app)\n\n### What is DJ Notes\n\n- A Note Taking App\n- Collect your thoughts in the form of notes or collections of notes(books)\n- Secure Note taking experience\n- Markdown Support\n\n### Tech Stack\n\n- Django\n- PostgreSQL\n- Nixpack\n- Cookiecutter Template\n\n### Preview\n\n\u003cimg src=\"https://res.cloudinary.com/techstructive-blog/image/upload/v1656861308/blog-media/djnotes-home.png\" height=\"300px\" width=\"450px\"\u003e \u003cimg src=\"https://res.cloudinary.com/techstructive-blog/image/upload/v1656861556/blog-media/dj-notes-note-preview.png\" height=\"300px\" width=\"450px\"\u003e\n\n## DJ Notes's ER Diagram\n\n```mermaid\nerDiagram\nPermission{\nAutoField id\nCharField name\nCharField codename\n}\nGroup{\nAutoField id\nCharField name\n}\nContentType{\nAutoField id\nCharField app_label\nCharField model\n}\nSession{\nCharField session_key\nTextField session_data\nDateTimeField expire_date\n}\nSite{\nAutoField id\nCharField domain\nCharField name\n}\nLogEntry{\nAutoField id\nDateTimeField action_time\nTextField object_id\nCharField object_repr\nPositiveSmallIntegerField action_flag\nTextField change_message\n}\nEmailAddress{\nAutoField id\nCharField email\nBooleanField verified\nBooleanField primary\n}\nEmailConfirmation{\nAutoField id\nDateTimeField created\nDateTimeField sent\nCharField key\n}\nSocialApp{\nAutoField id\nCharField provider\nCharField name\nCharField client_id\nCharField secret\nCharField key\n}\nSocialAccount{\nAutoField id\nCharField provider\nCharField uid\nDateTimeField last_login\nDateTimeField date_joined\nTextField extra_data\n}\nSocialToken{\nAutoField id\nTextField token\nTextField token_secret\nDateTimeField expires_at\n}\nUser{\nBigAutoField id\nCharField password\nDateTimeField last_login\nBooleanField is_superuser\nCharField username\nCharField email\nBooleanField is_staff\nBooleanField is_active\nDateTimeField date_joined\nCharField name\n}\nNote{\nBigAutoField id\nDateTimeField created\nDateTimeField updated\nCharField name\nTextField content\n}\nTag{\nBigAutoField id\nDateTimeField created\nDateTimeField updated\nCharField name\nCharField description\n}\nNotebook{\nBigAutoField id\nDateTimeField created\nDateTimeField updated\nCharField name\nTextField description\n}\nPermission}|--|{Group : group\nPermission}|--|{User : user\nPermission||--|{ContentType : content_type\nGroup}|--|{User : user\nGroup}|--|{Permission : permissions\nContentType||--|{Permission : permission\nContentType||--|{LogEntry : logentry\nSite}|--|{SocialApp : socialapp\nLogEntry||--|{User : user\nLogEntry||--|{ContentType : content_type\nEmailAddress||--|{EmailConfirmation : emailconfirmation\nEmailAddress||--|{User : user\nEmailConfirmation||--|{EmailAddress : email_address\nSocialApp||--|{SocialToken : socialtoken\nSocialApp}|--|{Site : sites\nSocialAccount||--|{SocialToken : socialtoken\nSocialAccount||--|{User : user\nSocialToken||--|{SocialApp : app\nSocialToken||--|{SocialAccount : account\nUser||--|{LogEntry : logentry\nUser||--|{EmailAddress : emailaddress\nUser||--|{SocialAccount : socialaccount\nUser||--|{Note : note\nUser||--|{Notebook : book_writer\nUser}|--|{Group : groups\nUser}|--|{Permission : user_permissions\nNote}|--|{Notebook : booknotes\nNote||--|{User : author\nTag}|--|{Notebook : booktags\nNotebook||--|{User : author\nNotebook}|--|{Note : notes\nNotebook}|--|{Tag : tags\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-destructive%2Fdj-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-destructive%2Fdj-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-destructive%2Fdj-notes/lists"}