BaseApp
Project description
BaseApp
BaseApp is a Django project template that provides a set of tools and best practices for building web applications.
Requirements:
Run pip install baseapp-backend
And make sure to add the frozen version to your requirements/base.txt file
If you want to develop, install using this other guide.
How to use
Then enable the desired apps in your Django project's INSTALLED_APPS setting:
INSTALLED_APPS = [
...
'baseapp.activity_log',
...
]
Features
How to develop
Clone the project inside your project's backend dir:
git clone git@github.com:silverlogic/baseapp-backend.git
And manually install the package:
pip install -e baseapp-backend/baseapp
The -e flag will make it like any change you make in the cloned repo files will effect into the project.
Project details
Release history Release notifications | RSS feed
0.0.44 yanked
Reason this release was yanked:
bad version attribute when using setuptools_scm v9.2.0
0.0.43 yanked
Reason this release was yanked:
bad version attribute when using setuptools_scm v9.2.0
0.0.42 yanked
Reason this release was yanked:
bad version attribute when using setuptools_scm v9.2.0
0.0.41 yanked
Reason this release was yanked:
bad version attribute when using setuptools_scm v9.2.0
0.0.40 yanked
Reason this release was yanked:
bad version attribute when using setuptools_scm v9.2.0
0.0.39 yanked
Reason this release was yanked:
bad version attribute when using setuptools_scm v9.2.0
0.0.38 yanked
Reason this release was yanked:
bad version attribute when using setuptools_scm v9.2.0
0.0.37 yanked
Reason this release was yanked:
bad version attribute when using setuptools_scm v9.2.0
0.0.36 yanked
Reason this release was yanked:
bad version attribute when using setuptools_scm v9.2.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file baseapp_backend-0.0.23.tar.gz.
File metadata
- Download URL: baseapp_backend-0.0.23.tar.gz
- Upload date:
- Size: 375.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0f4ea12990b1d9bce75e88bcd73f6af0971ad859bc81436efb49304dcc00a19
|
|
| MD5 |
4ecffc20ad381ab9595760f17c068be5
|
|
| BLAKE2b-256 |
e5d1523ce15103619460b97d306674c866364683be6a5608cb2fe1fe84cfba42
|