Git Product home page Git Product logo

django_project_1's Introduction

Django_Project_1

Project Requirements

Main Objective

The main objective behind this project is to build a back-end Django application using what you learn during this week. Moreover, to evaluate Django learning outcomes by applying main concepts using technologies related such as MVT pattern, PostgreSQL, ORM, etc.

Project Idea

The project idea is up to you as long as it applies all essential requirements.

Essential Requirements

  • Create at least two applications.
  • Apply MVT pattern through views, templates, and models.
  • Write Global and Local Routers (URL Mapping).
  • Apply Bootstrap on your templates.
  • Create at least two models.
  • Use string representation on your models.
  • Write at least four different model fields.
  • Use a one-many relationship between the models.
  • Create an Admin Account.
  • Register your models on the Admin page.
  • Customize the Admin page using list_display and list_filter.
  • Serve static and media files on your apps.
  • Connect your project with the PostgreSQL database.
  • Use Django ORM to migrate your models on PostgreSQL.
  • Create a form with form validation.
  • Apply CRUD operations on the database. (Note: You have to use all the following function .all(), .get(), .delete(), and .save())

Optional Requirements

  • Use new features to customize your Admin page.

django_project_1's People

Contributors

aaboassoud avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.