Small Django project for showing basic abilities: creating views, routes and models.
In this project we try to simulate a wikipedia without using of database. We store and import the entries of "Wikipedia" in a static file. We alloud to add, edit and remove entries.
This project shows how to create a basic Django project and connect the views with the backend to add functionality.
How to use?
- Run the command:
python manage.py runserver
- Go to the localhost page in your browser