- Python 3
- Pip 3
$ brew install python3| // the navigator | |
| const AppStack = DrawerNavigator({ | |
| Home: HomeView, | |
| Favoris: FavorisView, | |
| RendezVous: RdvView, | |
| Agenda:AgendaView , | |
| Aide: AideView, | |
| Parametres:SettingView, | |
| ProfilePrestataire: ProfilePView, | |
| ListPrestataires: ListrestataireView, |
| <form action="{% url %}" method="post" enctype="multipart/form-data">{% csrf_token %} | |
| <input type="file" name="csv_file" /> | |
| <input type="submit" value="Upload" /> | |
| </form> |