Example. Renaming docassemble-OldName to docassemble-NewName.
Steps:
Rename the repository in Settings / General. Using the example, change the repository name from docassemble-OldName to docassemble-NewName.
Clone the repository locally and rename the interview folder within ./docassemble so it matches the repository name without the docassemble- prefix. Using the example, rename ./docassemble/OldName to ./docassemble/NewName.
In setup.py in the repository's root directory, do a search and replace the old interview name with the new one. Using the example, find OldName and replace it with NewName.
Then you can pull the renamed repository to your Docassemble Playground.
Example. Renaming
docassemble-OldName
todocassemble-NewName
.Steps:
docassemble-OldName
todocassemble-NewName
../docassemble
so it matches the repository name without thedocassemble-
prefix. Using the example, rename./docassemble/OldName
to./docassemble/NewName
.setup.py
in the repository's root directory, do a search and replace the old interview name with the new one. Using the example, findOldName
and replace it withNewName
.Then you can pull the renamed repository to your Docassemble Playground.