Re: Django create username and password, please help!

2019-06-27 Thread vignesh karthik
Hi there! Can You please Tell me the exact Error Details, So i can Trouble shoot your problem On Thu, Jun 27, 2019 at 3:11 PM ojakol emma wrote: > YOU NEED TO CREATE A SUPERUSER FIRST TRY TYPING: > > "python manage.py createsuperuser" > then you fill in the information they need > NOTE when

Re: Django create username and password, please help!

2019-06-27 Thread ojakol emma
YOU NEED TO CREATE A SUPERUSER FIRST TRY TYPING: "python manage.py createsuperuser" then you fill in the information they need NOTE when you are typing your password it is not seen so you have to be careful thanks for more inquiries please contact +256 780738146 even me i deal django projects

Re: Django create username and password, please help!

2019-06-26 Thread nitish kumar
Hi Jackeline ... Are you able to start the server using (python manage.py runserver) if yes you can create super user using below command python manage.py createsuperuser after giving username and password navigate to below URL http://localhost:8000/admin/ and use the superuser credentials to

Re: Django create username and password, please help!

2019-06-25 Thread Yoo
Go to settings. Go to "Project: myproject" or whatever it says for myproject. Then press Project Interpreter and makes sure that Django is pip installed in that virtual environment. If it's not installed, do: pip install django If that's done, you can use the PyCharm terminal to do this:

Re: Django create username and password, please help!

2019-06-25 Thread Natukunda Pascal
Get to tools in pycharm, Under Tools select Run manage.py task. Then type this command " createsuperuser" and then press enter key. On Tuesday, June 25, 2019 at 6:05:24 PM UTC+3, Jackeline Peña Alejandro wrote: > > Hello everyone, > > I have a query, well is the first time I'm using django to

Django create username and password, please help!

2019-06-25 Thread Jackeline Peña Alejandro
Hello everyone, I have a query, well is the first time I'm using django to create web pages, I would like help in that sense, I have to create a username and password, I would like guidance on it, there are tutorials on youtube, but do not help me, because the course of following the steps,

Django create username and password, please help!

2019-06-25 Thread Jackeline Peña Alejandro
Hello everyone, I have a query, well is the first time I'm using django to create websites, I would like help in that sense, I have to create a username and password, I would like guidance on it, I know there are tutorials on youtube, but do not help me, because the course of following the