L
L
Les Alterman2015-12-09 15:08:12
Django
Les Alterman, 2015-12-09 15:08:12

How to create user in Django admin panel???

After installing Django, I want to create a new user, for this I need to synchronize with the database using the manage.py syncdb command, but this command does not work. How else can I create a user in the admin panel or how to make this command work???

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mitri4, 2015-12-09
@Les_Alterman

In Django 1.9, syncdb should be removed.
The first time you run the application do
./manage.py migrate
./manage.py createsuperuser

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question