You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On OS X the trailing slash after django_pph makes that it copies the contents of django_pph to my_django_project instead of the directory.
(2) In Creating User Accounts the createsuperuser management command lists an optional [username] argument. Which it actually does not accept (at least not in django 1.10.4).
The text was updated successfully, but these errors were encountered:
(1) In the third verbatim block in getting the sources one has to copy
django_pph
into the testapp dir using the command:On OS X the trailing slash after
django_pph
makes that it copies the contents of django_pph to my_django_project instead of the directory.(2) In Creating User Accounts the
createsuperuser
management command lists an optional[username]
argument. Which it actually does not accept (at least not in django 1.10.4).The text was updated successfully, but these errors were encountered: