Collection of reusable Django Applications for Rapid Application Development
Project description
# Agape
Agape is collection of Django apps to use for building modern
web applications.
## Quick start
1. Add the desired applications into the INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'agape.authentication',
]
2. Include the URLconf in your project urls.py like this:
url(r'^/api/v1/', include('agape.authentication.urls')),
3. Run `python manage.py migrate` to create the models.
4. Start the development server and visit http://127.0.0.1:8000/
## Available Applications
* authentication
* files
## Developer Instructions
### Testing
```
python runtests.py
python runtests.py agape.authentication
python runtests.py agape.[module]
```
### Packaging & Distribution
#### Package only
```
python setup.py sdist
```
#### Package and submit to PyPi repository
```
python setup.py sdist upload -r pypi
```
### Installation
#### Install locally
```
pip install ../django-agape/dist/django-agape-*.tar.gz
```
#### Install from PyPi
```
pip install django-agape
```
Agape is collection of Django apps to use for building modern
web applications.
## Quick start
1. Add the desired applications into the INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'agape.authentication',
]
2. Include the URLconf in your project urls.py like this:
url(r'^/api/v1/', include('agape.authentication.urls')),
3. Run `python manage.py migrate` to create the models.
4. Start the development server and visit http://127.0.0.1:8000/
## Available Applications
* authentication
* files
## Developer Instructions
### Testing
```
python runtests.py
python runtests.py agape.authentication
python runtests.py agape.[module]
```
### Packaging & Distribution
#### Package only
```
python setup.py sdist
```
#### Package and submit to PyPi repository
```
python setup.py sdist upload -r pypi
```
### Installation
#### Install locally
```
pip install ../django-agape/dist/django-agape-*.tar.gz
```
#### Install from PyPi
```
pip install django-agape
```
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
agape-django-0.4.4.tar.gz
(32.8 kB
view details)
File details
Details for the file agape-django-0.4.4.tar.gz
.
File metadata
- Download URL: agape-django-0.4.4.tar.gz
- Upload date:
- Size: 32.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac02c62b6407072cf3eb876e3b9140b7e1f4bfe43aa102548429a3c0b44b2428 |
|
MD5 | 95b2991fcefbe795d8bd80dbc96aeb46 |
|
BLAKE2b-256 | 986995d2888473497c0d2d8d3120478c1051c9106c16d835b7c024364bf0d0eb |