Quickly build a professional web app using Django.
Project description
Forge
Quickly build a professional web app using Django.
Forge is a set of opinions for how to build with Django. It guides how you work, chooses what tools you use, and makes decisions so you don't have to.
At it's core, Forge is Django. But we've taken a number of steps to make it even easier to build and deploy a production-ready app on day one.
If you're an experienced Django user, you'll understand and (hopefully) agree with some of Forge's opinions. If you're new to Django or building web applications, we've simply removed questions that you might not even be aware of.
Forge will get you from zero to one on a revenue-generating SaaS, internal business application, or hobby project.
Quickstart
Start a new project in 5 minutes:
curl -sSL https://forgepackages.com/quickstart.py | python3 - my-project
What's included
Things that come with Forge, that you won't get from Django itself:
- Configure settings with environment variables
- A minimal
settings.py
with sane, opinionated defaults - Extraneous files (
manage.py
,wsgi.py
,asgi.py
) have been removed unless you need to customize them - Send emails using Django templates (ex.
templates/email/welcome.html
) - Default form rendering with Tailwind classes
- Login in with email address (in addition to usernames)
- Abstract models for common uses (UUIDs, created_at, updated_at, etc.)
- Test using pytest and pytest-django
- Default HTTP error templates (400, 403, 404, 500)
- Default Tailwind-styled password change and password reset templates
- Default Tailwind-styled login template
- Default Tailwind-styled sign up template
- Start with a custom user model (
users.User
) - Start with a "team" model (
teams.Team
)
We're also able to make some decisions about what tools you use with Django -- things that Django (rightfully) doesn't take a stance on:
- Deploy using Heroku
- Manage Python dependencies using Poetry
- Style using Tailwind CSS
- Format your code using black and isort
- CI testing with GitHub Actions
All of this comes together with a forge
CLI.
Existing projects
A lot (but not all) of the Forge features can be integrated into existing projects by installing select packages:
You can also look at the Forge starter-template, which is what the quickstart uses to start a new project.
Inspired by
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file forge-0.16.1.tar.gz
.
File metadata
- Download URL: forge-0.16.1.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.15.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbe31e3726ed8cdee228b25021c037705bfe5025da93674e2e4e2dffbf4da766 |
|
MD5 | 81e18aaa5a84695056619dfb3b43ba93 |
|
BLAKE2b-256 | 4e17d60c9a76899b932f0da0f7f8874dfc79a6e6b5e1981bf7dbaf1f643abf9a |
File details
Details for the file forge-0.16.1-py3-none-any.whl
.
File metadata
- Download URL: forge-0.16.1-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.15.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | daeca7644a161b7d37fc6b083ea02c602c59173d77792ca13d3900fa72b28b48 |
|
MD5 | 442534e77f5d878ffe4472097f9607c8 |
|
BLAKE2b-256 | b3354f298771f2e46e675a92e362153cfdde5933df1a4f0de7a8c849741818c9 |