Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 509 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 509 Bytes

wikipedia

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?

  1. Run the command:

python manage.py runserver

  1. Go to the localhost page in your browser