- Download anaconda: https://www.anaconda.com/products/individual.
- Open cmd.exe prompt from Anaconda app, or open regular cmd line if allowed - add anaconda to my PATH enviroment variable - during anaconda installation.
- Run conda create --name myenv there, myenv is name of chosen enviroment.
- Run activate myenv.
- Run python -m pip install Django to instal Django.
- Run pip install django-crispy-forms to instal crispy forms.
- Run pip install django-phonenumber-field[phonenumbers] to instal phonenumber field for forms.
- Run python manage.py runserver in app folder to access app on http://127.0.0.1:8000/.
-
Notifications
You must be signed in to change notification settings - Fork 0
TomRichtr/personal-website_django
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published