go-django

module
v1.6.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2024 License: GPL-2.0

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.8.7

Installation

The package is easily installed with go get.

go get github.com/Nigel2392/go-django@v1.6.8.7

The CLI can optionally be installed with go install.

This will provide some useful utilities to help you get started, like creating a new project, app or Dockerfile.

go install github.com/Nigel2392/go-django/cmd/go-django@v1.6.8.7

Or to install the SQLC plugin to auto- generate SQL queries and go-django definitions from your SQL database.

go install github.com/Nigel2392/go-django/cmd/go-django-definitions@v1.6.8.7

Docs

Contrib apps
Examples

Help Needed

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

Directories

Path Synopsis
cmd
src
contrib/admin
templ: version: v0.2.707
templ: version: v0.2.707
contrib/admin/components
templ: version: v0.2.707
templ: version: v0.2.707
contrib/admin/components/menu
templ: version: v0.2.707
templ: version: v0.2.707
contrib/blocks
templ: version: v0.2.707
templ: version: v0.2.707
contrib/editor
templ: version: v0.2.707
templ: version: v0.2.707
contrib/editor/features
templ: version: v0.2.707
templ: version: v0.2.707
contrib/pages
templ: version: v0.2.707
templ: version: v0.2.707
core/pagination
templ: version: v0.2.707
templ: version: v0.2.707
forms/widgets
templ: version: v0.2.707
templ: version: v0.2.707
views/list
templ: version: v0.2.707
templ: version: v0.2.707

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL