Skip to content

Commit

Permalink
Merge pull request #827 from christophbrosch/patch-1
Browse files Browse the repository at this point in the history
Update getting_started.rst
  • Loading branch information
mariusconjeaud authored Sep 16, 2024
2 parents 02e9619 + fcfd45d commit 1307aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Database Inspection - Requires APOC
===================================
You can inspect an existing Neo4j database to generate a neomodel definition file using the ``inspect`` command::

$ neomodel_inspect_database -db bolt://neo4j_username:neo4j_password@localhost:7687 --write-to yourapp/models.py
$ neomodel_inspect_database --db bolt://neo4j_username:neo4j_password@localhost:7687 --write-to yourapp/models.py

This will generate a file called ``models.py`` in the ``yourapp`` directory. This file can be used as a starting point,
and will contain the necessary module imports, as well as class definition for nodes and, if relevant, relationships.
Expand Down

0 comments on commit 1307aaf

Please sign in to comment.