Skip to content

Programming-Everywhere/Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django project!

It is a user forum, let's post here, anything!

  • Post life story,

  • Post project you have been working on,

  • Post food

  • Post

  • post

  • post...

What is Django?

Django is a web framework that follows the model-template-view (MVC) architectural pattern.

The core Django framework can be seen as an MVC architecture.

  • It consists of an object-relational mapper (ORM) that mediates between data models (defined as Python classes)
  • Model: a relational database.(model.py)
  • View: a system for processing HTTP requests with a web templating system.(view.py)
  • Controller: a regular-expression-based URL dispatcher.(url.py)

Why Django

  • Fast: no need so many configurations
  • Many many libraries available
  • Security & scalability

What is Library, framework, API?

  • A library is a collection of functions / objects that serves one particular purpose.
  • A framework is a collection of patterns and libraries,components, to help with building an application.
  • An API is an interface for other programs(i.e libraries) to interact with your program without having direct access.

About

user forum!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published