Navigation

  • index
  • modules |
  • next |
  • Djask 0.7.0a1 documentation »
  • Welcome to Djask

Warning: This is the development version. The latest stable version is Stable.

Djask

Welcome to Djask¶

Djask is full-featured Python Web framework based on the famous project Flask. It aims to be a Django in Flask. It features a pluggable admin interface just like Django. Also based on Grey Li’s project APIFlask, Djask comes with a full support of Web APIs.

Djask is closely bound to the powerful ORM SQLAlchemy, giving you a great experience.

User’s Guide¶

  • Quickstart
    • Installation
    • A minimal app
    • The admin interface
    • Viewing a model
    • Editing a model
    • Adding a model
    • Explore models
  • Models and Web API
    • Preparations
      • Our demo
      • Some explanations
      • Other preparations
    • Models
    • Authentication & the user API
      • Getting your token
      • Creating a user
      • Retrieving a user
      • Updating a user
      • Deleting a user
    • API for other models
      • Creating an instance
      • Retrieving an instance
      • Updating an instance
      • Deleting an instance
    • API Docs
      • Swagger UI
      • Redoc
  • Djask CLI
    • Introduction
    • Three commands inherited from Flask
    • Creating a new app
    • Creating a new blueprint

API Reference¶

  • API
    • Application Object
    • Blueprint Objects
    • Admin Decorators
    • Helper Functions
    • Models
    • More Information

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Contents

  • Welcome to Djask
    • User’s Guide
    • API Reference
  • Indices and tables

Navigation

  • Overview
    • Next: Quickstart

Quick search

© Copyright 2022, Andy Zhou. Created using Sphinx 5.1.1.