• This repository has been archived on 22/Jan/2021
  • Stars
    star
    1,329
  • Rank 35,101 (Top 0.7 %)
  • Language
    Python
  • License
    BSD 3-Clause "New...
  • Created over 15 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple prebuilt applications.

Django Basic Apps

Simple apps for Django projects.

To install any of the apps listed simply create a folder on your PYTHONPATH named 'basic' and place the apps you wish to use in that folder. Then added basic.<app_name> to your project's settings.py file. (replace <app_name> with the apps you wish to use, naturally).

Below are a list of per app dependancies:

Dependencies

Inlines

Inlines is a template filter that can be used in conjunction with inline markup to insert content objects into other pieces of content. An example would be inserting a photo into a blog post body.

An example of the markup is:
<inline type="media.photo" id="1" />

The type attribute is app_name.model_name and the id is the object id. Pretty simple.

In your template you would say:

{% load inlines %}

{{ post.body|render_inlines }}

More Repositories

1

Play

A better Sonos controller for iOS
Objective-C
322
star
2

SonosKit

A simple API for interacting with Sonos speakers on a local network.
Objective-C
207
star
3

FlapFlap

Flappy Bird Clone for learning purposesโ€”feel free to play along.
Objective-C
176
star
4

django-registration

Unofficial mirror of django-registration with templates!
Python
137
star
5

logger

Logger lets you quickly send messages to yourself as a means of fast note taking.
Swift
55
star
6

flopsy

A very simple way to interact with python AMQPlib.
Python
44
star
7

swift-grpc

๐Ÿ”ฎ A very simple gRPC library to use with Apple's swift-protobuf.
Swift
28
star
8

swift-http2

๐Ÿ“ก A very basic Swift HTTP/2 library.
Swift
22
star
9

Scraps

Tool for remembering terms to research later.
Objective-C
20
star
10

django-courses

Simple Django app for managing courses.
Python
10
star
11

example-pages

๐Ÿ““ An example project using gRPC, Protocol Buffers, Swift and Go
Swift
10
star
12

NBKit

Some stuff I use for prototyping.
Swift
5
star
13

Wealth-of-Networks

A cleaned up version of Yochai Benkler's book, Wealth of Networks
5
star
14

Lights

Very simple Philips Hue replacement app
Swift
4
star
15

swift-hpack

๐Ÿ“ฆ Encoding and decoding library for Swift adapted from PerfectLib.
Swift
3
star
16

gommon

Some common packages used in Go projects
Go
3
star
17

TransitionsExample

An exercise showing how to use custom interactive UIViewController transitions.
Objective-C
3
star
18

example-transitions

An example implementation of custom view controller transitions.
Swift
2
star
19

itc

The beginnings of a command line tool for managing an iTunes Connect account.
Go
2
star
20

example-starter-projects

These are meant to be very simple setups to act as starting off points.
JavaScript
1
star
21

Xcode-Snippets

1
star
22

nathanborror.github.io

HTML
1
star