Skip to content

Small Django project for showing basic abilities creating views, routes and models.

Notifications You must be signed in to change notification settings

fabio-rodriguez/wikipedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small Django project for showing basic abilities creating views, routes and models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published