Added CLI command to SVN doc

This commit is contained in:
2018-04-18 13:59:48 +02:00
parent 6f9cb1fe38
commit b3e21d4b02

View File

@@ -21,3 +21,5 @@ file is bundled with Attract's source code, and needs to be copied to the Subver
PROJECT_URLS = { # Mapping from SVN repository name to Attract project URL. PROJECT_URLS = { # Mapping from SVN repository name to Attract project URL.
'svnreponame': 'p-123456789', 'svnreponame': 'p-123456789',
} }
The authentication token must be created on the server using `manage.py attract create_svner_account {emailaddress} {project-url}`