We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5623350 commit ebbe832Copy full SHA for ebbe832
README.md
@@ -38,6 +38,16 @@ $ pipenv update
38
$ python3 manage.py runserver
39
```
40
41
+**Installation via [Poetry](https://python-poetry.org/)**:
42
+
43
+```shell
44
+$ git clone https://github.com/hackersandslackers/django-views-tutorial.git
45
+$ cd django-views-tutorial
46
+$ poetry shell
47
+$ poetry update
48
+$ python3 manage.py runserver
49
+```
50
51
## Configuration
52
53
Configuration is handled by creating a **django_views_tutorial/.env** file (see **.env.example** for reference) Replace values with your own:
0 commit comments