JungDev / django-telegrambot

Simple app for Telegram bot in Django
BSD 3-Clause "New" or "Revised" License
237 stars 88 forks source link

Login detail to localhost/admin/django-telegrambot #28

Closed alisher-matkurbanov closed 5 years ago

alisher-matkurbanov commented 5 years ago

I cannot find any information how to createsuperuser for django-telegrambot and enter the dashboard.

I'm trying to django-admin createsupeuser but it don't success

No Django settings specified.
Unknown command: 'createsuperuser'
Type 'django-admin help' for usage.

How can I specify login details and enter the django-telegrambot dashboard?

alisher-matkurbanov commented 5 years ago

python manage.py createsuperuser worked 😂