{"id":20790166,"url":"https://github.com/bydevmar/django_neo4j","last_synced_at":"2026-05-05T09:31:53.653Z","repository":{"id":230482513,"uuid":"779502973","full_name":"bydevmar/Django_Neo4j","owner":"bydevmar","description":"bind django with neo4j localhost","archived":false,"fork":false,"pushed_at":"2024-04-15T23:04:33.000Z","size":4770,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"bydev","last_synced_at":"2025-06-23T00:43:55.557Z","etag":null,"topics":["database","django","graphdb","graphs","neo4j","nosql","python","python3"],"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/bydevmar.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-03-30T01:55:41.000Z","updated_at":"2024-04-26T18:03:50.000Z","dependencies_parsed_at":"2024-03-30T03:21:40.214Z","dependency_job_id":"5037511d-14f9-4c24-aff2-c2476600df9f","html_url":"https://github.com/bydevmar/Django_Neo4j","commit_stats":null,"previous_names":["bydevmar/django_neo4j"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bydevmar/Django_Neo4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydevmar%2FDjango_Neo4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydevmar%2FDjango_Neo4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydevmar%2FDjango_Neo4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydevmar%2FDjango_Neo4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bydevmar","download_url":"https://codeload.github.com/bydevmar/Django_Neo4j/tar.gz/refs/heads/bydev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bydevmar%2FDjango_Neo4j/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32643547,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["database","django","graphdb","graphs","neo4j","nosql","python","python3"],"created_at":"2024-11-17T15:32:29.555Z","updated_at":"2026-05-05T09:31:53.617Z","avatar_url":"https://github.com/bydevmar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django_neo4j\n\n## Overview\n\nDjango_neo4j is a sample repository demonstrating how to integrate a Django web application with a Neo4j graph database. This repository provides a simple example to get you started with building Django applications that utilize the powerful capabilities of Neo4j for managing and querying connected data.\n\n## Requirements\n\n- Python (\u003e=3.6)\n- Django (\u003e=3.x)\n- Neo4j (\u003e=4.x)\n\n## Installation\n\n1. Clone this repository:\n\n    ```bash\n    git clone https://github.com/yourusername/Django_neo4j.git\n    ```\n\n2. Install the Python dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Set up your Neo4j database. You can download and install Neo4j from [here](https://neo4j.com/download/). Make sure to start the Neo4j server.\n\n4. Configure your Django application to connect to the Neo4j database. You can find the database connection settings in `settings.py`.\n\n5. Run the migrations to create the necessary database schema:\n\n    ```bash\n    python manage.py migrate\n    ```\n\n6. Start the Django development server:\n\n    ```bash\n    python manage.py runserver\n    ```\n\n## Usage\n\nOnce the server is running, you can access the Django application by navigating to `http://localhost:8000` in your web browser. You can now explore the sample application, which demonstrates basic CRUD operations with a Django model connected to a Neo4j database.\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or create a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbydevmar%2Fdjango_neo4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbydevmar%2Fdjango_neo4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbydevmar%2Fdjango_neo4j/lists"}