0

I am trying to createsuperuser. I'm in my project. When I type python manage.py createsuperuser nothing happens, it looks like POWERSHELL has hung up. After this command I only see blank page without next line to enter next command.

I'm learning from tutorial: https://www.youtube.com/watch?v=F5mRW0jo-U4&t=1752s

Step on which I got suck: 17 minutes 45 seconds


(trydjango) PS C:\Users\piotr\dev\trydjango\src> python manage.py createsuperuser

  • 2
    did you run `python manage.py migrate` first? – Aman Garg Apr 23 '19 at 14:57
  • I ran python manage.py and it says everything is ok –  Apr 23 '19 at 14:58
  • You still need to run `python manage.py migrate` first so that database tables are created which will store your user – Aman Garg Apr 23 '19 at 14:59
  • ```Operations to perform: Apply all migrations: admin, auth, contenttypes, sessions Running migrations: No migrations to apply.``` –  Apr 23 '19 at 14:59
  • I've just typed it and nothing happened –  Apr 23 '19 at 15:00
  • 'python manage.py runserver' is working? – Lukas Schönsgibl Apr 23 '19 at 15:03
  • When I typed ```python manage.py runserver``` nothing occurs –  Apr 23 '19 at 15:08
  • and you did 'makemigrations' ? – Lukas Schönsgibl Apr 23 '19 at 16:19
  • First I typed ```python manage.py makemigrations```, then I typed ```python manage.py migrate```, then ``` python manage.py runserver``` and after that nothing occurs: only this: ```python : Watching for file changes with StatReloader At line:1 char:1 + python manage.py runserver + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Watching for fi...th StatReloader:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError``` –  Apr 24 '19 at 16:52

0 Answers0