Skip to content

Commit

Permalink
Formatting updtaes
Browse files Browse the repository at this point in the history
Signed-off-by: jawabuu <[email protected]>
  • Loading branch information
jawabuu committed Apr 9, 2020
1 parent eedef20 commit a4c04f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions support/django/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ various types of databases.


## Notes
This has been tested with python 3.7 and django 2.2.
Schema modifications using django migration tool are not yet fully tested. However, any errors that arise can be fixed by
overriding the file [schema.py] (https://github.com/django/django/master/django/db/backends/mysql/schema.py)
The django-vitess adapter could be maintained as a separate project within Vitess in future so users can run
1. This has been tested with python 3.7 and django 2.2.
2. Schema modifications using django migration tool are not yet fully tested. However, any errors that arise can be fixed by
overriding the file [schema.py](https://github.com/django/django/master/django/db/backends/mysql/schema.py)
3. The django-vitess adapter could be maintained as a separate project within Vitess in future so users can run
`pip install django-vitess` for their projects.
6 changes: 3 additions & 3 deletions support/mysqldump/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ The script will also attempt to import the schema and data into Vitess via vtgat


## Notes
This has been tested for small databases.
The script can be modified to include other unsupported statements that may be present.
The script has been tested with GNU sed, BSD sed users e.g. MacOS will need to update the script.
1. This has been tested for small databases.
2. The script can be modified to include other unsupported statements that may be present.
3. The script has been tested with GNU sed, BSD sed users e.g. MacOS will need to update the script.

0 comments on commit a4c04f4

Please sign in to comment.