I highly recommend installing virtualenv and virtualenvwrapper. This will reduce the stress of creating a bunch of unnecessary modules on your computer and contain each project you create in a separate environment. For example you wouldn’t necessarily want to install Django globally but rather for a specific project your working on. That’s where virtualenv comes in.
I also recommend going through the Django Book. It walks you through an app that uses a lot of what Django has to offer: https://djangobook.com Also go through the Writing your first Django app in the Django docs: https://docs.djangoproject.com/en/2.0/intro/tutorial01/ I use PyCharm, because it has great auto complete and debugging. Other references mentioned above are below. Django apps: https://docs.djangoproject.com/en/2.0/ref/applications/ Homebrew: https://brew.sh/ Virtualenv: https://virtualenv.pypa.io/en/stable/ Virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/install.html -- 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/07ea640d-472e-406b-925b-f5185f28913b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.