File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
source_code_final/cards/templates/cards Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Build a Flashcards App With Django
22
3- Follow the [ step-by-step instructions] ( https://realpython.com/django-flashcards-app/ ) on _ Real Python _ to build your own flashcards app with Django.
3+ Follow the [ step-by-step instructions] ( https://realpython.com/django-flashcards-app/ ) on Real Python to build your own flashcards app with Django.
44
55## Setup
66
@@ -9,13 +9,13 @@ You can run the provided example project on your local machine by following the
99Create a new virtual environment:
1010
1111``` bash
12- python3 -m venv venv
12+ $ python3 -m venv venv
1313```
1414
1515Activate the virtual environment:
1616
1717``` bash
18- source ./ venv/bin/activate
18+ $ source venv/bin/activate
1919```
2020
2121Navigate to the folder for the step you're currently on.
Original file line number Diff line number Diff line change 66 All Cards
77 </ h2 >
88 < a href ="{% url 'card-create' %} " role ="button ">
9- ✨ Create New Card"
9+ ✨ Create New Card
1010 </ a >
1111 {% for card in card_list %}
1212 {% ifchanged %}
You can’t perform that action at this time.
0 commit comments