mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-14 21:56:59 +03:00
794 lines
31 KiB
HTML
794 lines
31 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta charset="utf-8">
|
|
<title>Funding - Django REST framework</title>
|
|
<link href="../../img/favicon.ico" rel="icon" type="image/x-icon">
|
|
<link rel="canonical" href="http://www.django-rest-framework.org/topics/funding/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Django, API, REST, Funding">
|
|
<meta name="author" content="Tom Christie">
|
|
|
|
<!-- Le styles -->
|
|
<link href="../../css/prettify.css" rel="stylesheet">
|
|
<link href="../../css/bootstrap.css" rel="stylesheet">
|
|
<link href="../../css/bootstrap-responsive.css" rel="stylesheet">
|
|
<link href="../../css/default.css" rel="stylesheet">
|
|
|
|
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<script type="text/javascript">
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-18852272-2']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script');
|
|
ga.type = 'text/javascript';
|
|
ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0];
|
|
s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
|
|
<style>
|
|
#sidebarInclude img {
|
|
margin-bottom: 10px;
|
|
}
|
|
#sidebarInclude a.promo {
|
|
color: black;
|
|
}
|
|
@media (max-width: 767px) {
|
|
div.promo {
|
|
display: none;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body onload="prettyPrint()" class="-page">
|
|
|
|
<div class="wrapper">
|
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
<div class="container-fluid">
|
|
<a class="repo-link btn btn-primary btn-small" href="https://github.com/tomchristie/django-rest-framework/tree/master">GitHub</a>
|
|
<a class="repo-link btn btn-inverse btn-small " rel="prev" href="../release-notes/">
|
|
Next <i class="icon-arrow-right icon-white"></i>
|
|
</a>
|
|
<a class="repo-link btn btn-inverse btn-small " rel="next" href="../mozilla-grant/">
|
|
<i class="icon-arrow-left icon-white"></i> Previous
|
|
</a>
|
|
<a id="search_modal_show" class="repo-link btn btn-inverse btn-small" href="#mkdocs_search_modal" data-toggle="modal" data-target="#mkdocs_search_modal"><i class="icon-search icon-white"></i> Search</a>
|
|
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</a>
|
|
<a class="brand" href="http://www.django-rest-framework.org">Django REST framework</a>
|
|
<div class="nav-collapse collapse">
|
|
|
|
<!-- Main navigation -->
|
|
<ul class="nav navbar-nav">
|
|
|
|
<li >
|
|
<a href="../..">Home</a>
|
|
</li>
|
|
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
|
|
<li >
|
|
<a href="../../tutorial/quickstart/">Quickstart</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../tutorial/1-serialization/">1 - Serialization</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../tutorial/2-requests-and-responses/">2 - Requests and responses</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../tutorial/3-class-based-views/">3 - Class based views</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../tutorial/4-authentication-and-permissions/">4 - Authentication and permissions</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../tutorial/5-relationships-and-hyperlinked-apis/">5 - Relationships and hyperlinked APIs</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../tutorial/6-viewsets-and-routers/">6 - Viewsets and routers</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../tutorial/7-schemas-and-client-libraries/">7 - Schemas and client libraries</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</li>
|
|
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">API Guide <b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
|
|
<li >
|
|
<a href="../../api-guide/requests/">Requests</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/responses/">Responses</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/views/">Views</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/generic-views/">Generic views</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/viewsets/">Viewsets</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/routers/">Routers</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/parsers/">Parsers</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/renderers/">Renderers</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/serializers/">Serializers</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/fields/">Serializer fields</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/relations/">Serializer relations</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/validators/">Validators</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/authentication/">Authentication</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/permissions/">Permissions</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/throttling/">Throttling</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/filtering/">Filtering</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/pagination/">Pagination</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/versioning/">Versioning</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/content-negotiation/">Content negotiation</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/metadata/">Metadata</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/schemas/">Schemas</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/format-suffixes/">Format suffixes</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/reverse/">Returning URLs</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/exceptions/">Exceptions</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/status-codes/">Status codes</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/testing/">Testing</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../../api-guide/settings/">Settings</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</li>
|
|
|
|
<li class="dropdown active">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Topics <b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
|
|
<li >
|
|
<a href="../documenting-your-api/">Documenting your API</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../api-clients/">API Clients</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../internationalization/">Internationalization</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../ajax-csrf-cors/">AJAX, CSRF & CORS</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../html-and-forms/">HTML & Forms</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../browser-enhancements/">Browser Enhancements</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../browsable-api/">The Browsable API</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../rest-hypermedia-hateoas/">REST, Hypermedia & HATEOAS</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../third-party-resources/">Third Party Resources</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../contributing/">Contributing to REST framework</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../project-management/">Project management</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../3.0-announcement/">3.0 Announcement</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../3.1-announcement/">3.1 Announcement</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../3.2-announcement/">3.2 Announcement</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../3.3-announcement/">3.3 Announcement</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../3.4-announcement/">3.4 Announcement</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../kickstarter-announcement/">Kickstarter Announcement</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../mozilla-grant/">Mozilla Grant</a>
|
|
</li>
|
|
|
|
<li class="active" >
|
|
<a href="./">Funding</a>
|
|
</li>
|
|
|
|
<li >
|
|
<a href="../release-notes/">Release Notes</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
<!--/.nav-collapse -->
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="body-content">
|
|
<div class="container-fluid">
|
|
<!-- Search Modal -->
|
|
<div id="mkdocs_search_modal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
<h3 id="myModalLabel">Documentation search</h3>
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
<form role="form" autocomplete="off">
|
|
<div class="form-group">
|
|
<input type="text" name="q" class="form-control" placeholder="Search..." id="mkdocs-search-query">
|
|
</div>
|
|
</form>
|
|
<div id="mkdocs-search-results"></div>
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row-fluid">
|
|
<div class="span3">
|
|
<div id="table-of-contents">
|
|
<ul class="nav nav-list side-nav well sidebar-nav-fixed">
|
|
|
|
|
|
|
|
<li class="main">
|
|
<a href="#funding">Funding</a>
|
|
</li>
|
|
|
|
|
|
<li>
|
|
<a href="#making-the-business-case">Making the business case</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#freelancer-plan">Freelancer plan</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#corporate-plans">Corporate plans</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#accountability">Accountability</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#our-sponsors">Our sponsors</a>
|
|
</li>
|
|
|
|
|
|
|
|
<div class="promo">
|
|
<hr/>
|
|
<div id="sidebarInclude">
|
|
</div>
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div id="main-content" class="span9">
|
|
|
|
|
|
|
|
<script>
|
|
// Imperfect, but easier to fit in with the existing docs build.
|
|
// Hyperlinks should point directly to the "fund." subdomain, but this'll
|
|
// handle the nav bar links without requiring any docs build changes for the moment.
|
|
if (window.location.hostname == "www.django-rest-framework.org") {
|
|
window.location.replace("https://fund.django-rest-framework.org/topics/funding/");
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
.promo li a {
|
|
float: left;
|
|
width: 130px;
|
|
height: 20px;
|
|
text-align: center;
|
|
margin: 10px 30px;
|
|
padding: 150px 0 0 0;
|
|
background-position: 0 50%;
|
|
background-size: 130px auto;
|
|
background-repeat: no-repeat;
|
|
font-size: 120%;
|
|
color: black;
|
|
}
|
|
.promo li {
|
|
list-style: none;
|
|
}
|
|
.chart {
|
|
background-color: #e3e3e3;
|
|
background: -webkit-linear-gradient(top, #fff 0, #e3e3e3 100%);
|
|
border: 1px solid #E6E6E6;
|
|
border-radius: 5px;
|
|
box-shadow: 0px 0px 2px 0px rgba(181, 181, 181, 0.3);
|
|
padding: 40px 0px 5px;
|
|
position: relative;
|
|
text-align: center;
|
|
width: 97%;
|
|
min-height: 255px;
|
|
position: relative;
|
|
top: 37px;
|
|
margin-bottom: 20px
|
|
}
|
|
.quantity {
|
|
text-align: center
|
|
}
|
|
.dollar {
|
|
font-size: 19px;
|
|
position: relative;
|
|
top: -18px;
|
|
}
|
|
.price {
|
|
font-size: 49px;
|
|
}
|
|
.period {
|
|
font-size: 17px;
|
|
position: relative;
|
|
top: -8px;
|
|
margin-left: 4px;
|
|
}
|
|
.plan-name {
|
|
text-align: center;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
color: #777;
|
|
border-bottom: 1px solid #d5d5d5;
|
|
padding-bottom: 15px;
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
margin-top: 8px;
|
|
}
|
|
.specs {
|
|
margin-top: 20px;
|
|
min-height: 130px;
|
|
}
|
|
.specs.freelancer {
|
|
min-height: 0px;
|
|
}
|
|
.spec {
|
|
font-size: 15px;
|
|
color: #474747;
|
|
text-align: center;
|
|
font-weight: 300;
|
|
margin-bottom: 13px;
|
|
}
|
|
.variable {
|
|
color: #1FBEE7;
|
|
font-weight: 400;
|
|
}
|
|
form.signup {
|
|
margin-top: 35px
|
|
}
|
|
.clear-promo {
|
|
padding-top: 30px
|
|
}
|
|
#main-content h1:first-of-type {
|
|
margin: 0 0 50px;
|
|
font-size: 60px;
|
|
font-weight: 200;
|
|
text-align: center
|
|
}
|
|
#main-content {
|
|
padding-top: 10px; line-height: 23px
|
|
}
|
|
#main-content li {
|
|
line-height: 23px
|
|
}
|
|
</style>
|
|
|
|
<h1 id="funding"><a class="toclink" href="#funding">Funding</a></h1>
|
|
<blockquote>
|
|
<p>As a direct result of <a href="../mozilla-grant/">a successful Mozilla grant application</a>, I will be leaving my current role at <a href="http://www.dabapps.com">DabApps</a>, and attempting to secure a sustainable business model for REST framework development. I need your help in order to make this work.</p>
|
|
<p>— Tom Christie</p>
|
|
</blockquote>
|
|
<p>If you use REST framework commercially we strongly encourage you to invest in its continued development by signing up for a paid plan.</p>
|
|
<p><strong>We believe that collaboratively funded software can offer outstanding returns on investment, by encouraging our users to collectively share the cost of development.</strong></p>
|
|
<p>Signing up for a paid plan will:</p>
|
|
<ul>
|
|
<li>Directly contribute to faster releases, more features, and higher quality software.</li>
|
|
<li>Allow more time to be invested in documentation, issue triage, and community support.</li>
|
|
<li>Safeguard the future development of REST framework.</li>
|
|
</ul>
|
|
<p>REST framework continues to be open-source and permissively licensed, but we firmly believe it is in the commercial best-interest for users of the project to invest in its ongoing development.</p>
|
|
<hr />
|
|
<h2 id="making-the-business-case"><a class="toclink" href="#making-the-business-case">Making the business case</a></h2>
|
|
<p>Our <a href="https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3">successful Kickstarter campaign</a> demonstrates the impressive cost-reward ratio of shared funding of open-source software.</p>
|
|
<p>With <em>typical corporate fundings of just £100-£1000 per organization</em> we successfully delivered:</p>
|
|
<ul>
|
|
<li>The comprehensive serializer redesign, and <strong>version 3.0 release</strong>.</li>
|
|
<li>Ongoing triage and community support, <strong>closing over 1600 tickets</strong>.</li>
|
|
<li>Substantial improvements to the Browsable API.</li>
|
|
<li>The admin interface.</li>
|
|
<li>A new pagination API including offset/limit and cursor pagination implementations, plus on-page controls.</li>
|
|
<li>A versioning API, including URL-based and header-based versioning schemes.</li>
|
|
<li>Support for customizable exception handling.</li>
|
|
<li>Support for Django's PostgreSQL HStoreField, ArrayField and JSONField.</li>
|
|
<li>Templated HTML form support, including HTML forms with nested list and objects.</li>
|
|
<li>Internationalization support for API responses, currently with 27 languages.</li>
|
|
<li>The metadata APIs for handling <code>OPTIONS</code> requests and schema endpoints.</li>
|
|
<li>Numerous minor improvements and better quality throughout the codebase.</li>
|
|
</ul>
|
|
<p>This incredible level of return on investment is <em>only possible through collaboratively funded models</em>, which is why we believe that supporting our paid plans is in everyone's best interest.</p>
|
|
<p>Sign up for a paid plan today, and help ensure that REST framework becomes a sustainable, full-time funded project.</p>
|
|
<hr />
|
|
<h2 id="freelancer-plan"><a class="toclink" href="#freelancer-plan">Freelancer plan</a></h2>
|
|
<p>This subscription is recommended for freelancers and other individuals with an interest in seeing REST framework continue to improve.</p>
|
|
<p>If you are using REST framework as an full-time employee, consider recommending that your company takes out a <a href="#corporate-plans">corporate plan</a>.</p>
|
|
<div class="pricing">
|
|
<div class="span4">
|
|
<div class="chart first">
|
|
<div class="quantity">
|
|
<span class="dollar">{{ symbol }}</span>
|
|
<span class="price">{{ rates.personal1 }}</span>
|
|
<span class="period">/month{% if vat %} +VAT{% endif %}</span>
|
|
</div>
|
|
<div class="plan-name">Freelancer</div>
|
|
<div class="specs freelancer">
|
|
<div class="spec">
|
|
Support ongoing development
|
|
</div>
|
|
<div class="spec">
|
|
Credited on the site
|
|
</div>
|
|
</div>
|
|
<form class="signup" action="/signup/{{ currency }}-{{ rates.personal1 }}/" method="POST">
|
|
<script
|
|
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
|
|
data-key="{{ stripe_public }}"
|
|
data-amount="{{ stripe_amounts.personal1 }}"
|
|
data-name="Django REST framework"
|
|
data-description="Individual"
|
|
data-currency="{{ currency }}"
|
|
data-allow-remember-me=false
|
|
data-billing-address=true
|
|
data-label='Sign up'
|
|
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
|
|
</script>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="clear: both; padding-top: 50px"></div>
|
|
|
|
<p><em>Billing is monthly and you can cancel at any time.</em></p>
|
|
<hr />
|
|
<h2 id="corporate-plans"><a class="toclink" href="#corporate-plans">Corporate plans</a></h2>
|
|
<p>These subscriptions are recommended for companies and organizations using REST framework either publicly or privately.</p>
|
|
<p>In exchange for funding you'll also receive advertising space on our site, allowing you to <strong>promote your company or product to many tens of thousands of developers worldwide</strong>.</p>
|
|
<p>Our professional and premium plans also include <strong>priority support</strong>. At any time your engineers can escalate an issue or discussion group thread, and we'll ensure it gets a guaranteed response within the next working day.</p>
|
|
<div class="pricing">
|
|
<div class="span4">
|
|
<div class="chart first">
|
|
<div class="quantity">
|
|
<span class="dollar">{{ symbol }}</span>
|
|
<span class="price">{{ rates.corporate1 }}</span>
|
|
<span class="period">/month{% if vat %} +VAT{% endif %}</span>
|
|
</div>
|
|
<div class="plan-name">Basic</div>
|
|
<div class="specs startup">
|
|
<div class="spec">
|
|
Support ongoing development
|
|
</div>
|
|
<div class="spec">
|
|
<span class="variable">Funding page</span> ad placement
|
|
</div>
|
|
</div>
|
|
<form class="signup" action="/signup/{{ currency }}-{{ rates.corporate1 }}/" method="POST">
|
|
<script
|
|
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
|
|
data-key="{{ stripe_public }}"
|
|
data-amount="{{ stripe_amounts.corporate1 }}"
|
|
data-name="Django REST framework"
|
|
data-description="Basic"
|
|
data-currency="{{ currency }}"
|
|
data-allow-remember-me=false
|
|
data-billing-address=true
|
|
data-label='Sign up'
|
|
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
|
|
</script>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="span4">
|
|
<div class="chart">
|
|
<div class="quantity">
|
|
<span class="dollar">{{ symbol }}</span>
|
|
<span class="price">{{ rates.corporate2 }}</span>
|
|
<span class="period">/month{% if vat %} +VAT{% endif %}</span>
|
|
</div>
|
|
<div class="plan-name">Professional</div>
|
|
<div class="specs">
|
|
<div class="spec">
|
|
Support ongoing development
|
|
</div>
|
|
<div class="spec">
|
|
<span class="variable">Sidebar</span> ad placement
|
|
</div>
|
|
<div class="spec">
|
|
<span class="variable">Priority support</span> for your engineers
|
|
</div>
|
|
</div>
|
|
<form class="signup" action="/signup/{{ currency }}-{{ rates.corporate2 }}/" method="POST">
|
|
<script
|
|
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
|
|
data-key="{{ stripe_public }}"
|
|
data-amount="{{ stripe_amounts.corporate2 }}"
|
|
data-name="Django REST framework"
|
|
data-description="Professional"
|
|
data-currency="{{ currency }}"
|
|
data-allow-remember-me=false
|
|
data-billing-address=true
|
|
data-label='Sign up'
|
|
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
|
|
</script>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="span4">
|
|
<div class="chart last">
|
|
<div class="quantity">
|
|
<span class="dollar">{{ symbol }}</span>
|
|
<span class="price">{{ rates.corporate3 }}</span>
|
|
<span class="period">/month{% if vat %} +VAT{% endif %}</span>
|
|
</div>
|
|
<div class="plan-name">Premium</div>
|
|
<div class="specs">
|
|
<div class="spec">
|
|
Support ongoing development
|
|
</div>
|
|
<div class="spec">
|
|
<span class="variable">Homepage</span> ad placement
|
|
</div>
|
|
<div class="spec">
|
|
<span class="variable">Sidebar</span> ad placement
|
|
</div>
|
|
<div class="spec">
|
|
<span class="variable">Priority support</span> for your engineers
|
|
</div>
|
|
</div>
|
|
<form class="signup" action="/signup/{{ currency }}-{{ rates.corporate3 }}/" method="POST">
|
|
<script
|
|
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
|
|
data-key="{{ stripe_public }}"
|
|
data-amount="{{ stripe_amounts.corporate3 }}"
|
|
data-name="Django REST framework"
|
|
data-description="Premium"
|
|
data-currency="{{ currency }}"
|
|
data-allow-remember-me=false
|
|
data-billing-address=true
|
|
data-label='Sign up'
|
|
data-panel-label='Sign up - {% verbatim %}{{amount}}{% endverbatim %}/mo'>
|
|
</script>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="clear: both; padding-top: 50px"></div>
|
|
|
|
<p><em>Billing is monthly and you can cancel at any time.</em></p>
|
|
<p>Once you've signed up I'll contact you via email and arrange your ad placements on the site.</p>
|
|
<p>For further enquires please contact <a href=mailto:tom@tomchristie.com>tom@tomchristie.com</a>.</p>
|
|
<hr />
|
|
<h2 id="accountability"><a class="toclink" href="#accountability">Accountability</a></h2>
|
|
<p>In order to ensure that I can be fully focused on trying to secure a sustainable
|
|
& well-funded open source business I will be leaving my current role at <a href="http://www.dabapps.com">DabApps</a>
|
|
at the end of May 2016.</p>
|
|
<p>I have formed a UK limited company, <a href="http://www.encode.io">Encode</a>, which will
|
|
act as the business entity behind REST framework. I will be issuing monthly reports
|
|
from Encode on progress both towards the <a href="../mozilla-grant/">Mozilla grant</a>, and for development time
|
|
funded via the REST framework paid plans.</p>
|
|
<!-- Begin MailChimp Signup Form -->
|
|
|
|
<p><link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
|
|
<style type="text/css">
|
|
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
|
|
/<em> Add your own MailChimp form style overrides in your site stylesheet or in this style block.
|
|
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. </em>/
|
|
</style>
|
|
<div id="mc_embed_signup">
|
|
<form action="//encode.us13.list-manage.com/subscribe/post?u=b6b66bb5e4c7cb484a85c8dd7&id=e382ef68ef" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
|
<div id="mc_embed_signup_scroll">
|
|
<h2>Stay up to date, with our monthly progress reports...</h2>
|
|
<div class="mc-field-group">
|
|
<label for="mce-EMAIL">Email Address </label>
|
|
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
|
|
</div>
|
|
<div id="mce-responses" class="clear">
|
|
<div class="response" id="mce-error-response" style="display:none"></div>
|
|
<div class="response" id="mce-success-response" style="display:none"></div>
|
|
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
|
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_b6b66bb5e4c7cb484a85c8dd7_e382ef68ef" tabindex="-1" value=""></div>
|
|
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
|
|
<!--End mc_embed_signup--></p>
|
|
<hr />
|
|
<h2 id="our-sponsors"><a class="toclink" href="#our-sponsors">Our sponsors</a></h2>
|
|
<div id="fundingInclude"></div>
|
|
|
|
<script src="https://fund.django-rest-framework.org/funding_include.js"></script>
|
|
|
|
|
|
</div> <!--/span-->
|
|
</div> <!--/row-->
|
|
</div> <!--/.fluid-container-->
|
|
</div> <!--/.body content-->
|
|
<div id="push"></div>
|
|
</div> <!--/.wrapper -->
|
|
|
|
<footer class="span12">
|
|
<p>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.
|
|
</p>
|
|
</footer>
|
|
|
|
<!-- Le javascript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<script src="../../js/jquery-1.8.1-min.js"></script>
|
|
<script src="../../js/prettify-1.0.js"></script>
|
|
<script src="../../js/bootstrap-2.1.1-min.js"></script>
|
|
<script src="https://fund.django-rest-framework.org/sidebar_include.js"></script>
|
|
<script>var base_url = '../..';</script>
|
|
<script src="../../mkdocs/js/require.js"></script>
|
|
<script src="../../js/theme.js"></script>
|
|
|
|
<script>
|
|
var shiftWindow = function() {
|
|
scrollBy(0, -50)
|
|
};
|
|
|
|
if (location.hash) shiftWindow();
|
|
window.addEventListener("hashchange", shiftWindow);
|
|
|
|
$('.dropdown-menu').on('click touchstart', function(event) {
|
|
event.stopPropagation();
|
|
});
|
|
|
|
// Dynamically force sidenav/dropdown to no higher than browser window
|
|
$('.side-nav, .dropdown-menu').css('max-height', window.innerHeight - 130);
|
|
|
|
$(function() {
|
|
$(window).resize(function() {
|
|
$('.side-nav, .dropdown-menu').css('max-height', window.innerHeight - 130);
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
|
|
</html> |