Categorygithub.com/Nigel2392/go-django
module
1.6.6
Repository: https://github.com/nigel2392/go-django.git
Documentation: pkg.go.dev

# README

go-django (v2)

1719351174099

Django rewritten to Golang.

This is a rewrite of the Django framework in Golang.

The goal is to provide a similar experience to Django, but with the performance of Golang.

At the core this is meant to be a web framework, but it also includes sub-packages to create a CMS-like experience.

There is a caveat though; we try to touch the database as little as possible.

This means that we don't have a full ORM like Django does.

Any database logic should be implemented by the end-developer, but some sub-packages do provide backends to use with MySQL and SQLite. Postgres is not planned yet.

Latest version: v1.6.6

Installation

go get github.com/Nigel2392/[email protected]

Docs

Contrib apps

Examples

Help Needed

  • Block application:
    • Javascript for structblock
    • Javascript for listblock
    • (maybe) Javascript for fieldblock

# Packages

No description provided by the author
No description provided by the author