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:

python manage.py makemigrations && python manage.py migrate && python 
manage.py createsuperuser

You probably forgot to migrate the Django automatically-created tables 
first. Good luck!

On Tuesday, June 25, 2019 at 11:05:24 AM UTC-4, Jackeline Peña Alejandro 
wrote:
>
> 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, 
> there is always an error, and I get confused.
>
> I'm using pycharm which allowed me to create a virtual environment, to 
> install django
>
> I look forward to your prompt response, 
>
> Translated with www.DeepL.com/Translator
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7aea6b09-f892-45eb-97ad-5b0c97a0ae7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to