Tutorial by Topics: m

Django Admin is the CRUD interface of Django web framework. It is mostly automatically generated but can be widely customize. However, you must keep in mind that it is designed for trusted users only and has its limits. In any case, you must never give admin access to untrusted users. Django Admi...
This section provides an overview of what django-cms is, and why a developer might want to use it. It should also mention any large subjects within django-cms, and link out to the related topics. Since the Documentation for django-cms is new, you may need to create initial versions of those rela...
Official Google Documentation Google Maps JavaScript API Overview Google Maps JavaScript API Code Samples Google Maps JavaScript API Reference About the examples in this topic YOUR_API_KEY needs to be replaced by your own application API key. You can obtain an API key and configure ...
HTTP services normally run on port 80, but if you have some application installed like Skype which also utilizes port 80 then it won't start. In that case you need to change either its port or the port of the conflicting application. When done, restart the HTTP service.
Apache Camel is a framework that primarily facilitates solving enterprise integration challenges. At its core it can be thought of as a routing engine engine builder. In essence it allows you to connect systems(endpoints) via routes. These routes accept messages which can be of any data type. The...
Updating Vim key mappings allows you to solve two kinds of problems: Re-assigning key commands to letters that are more memorable or accessible, and creating key commands for functions which have none. Here you will learn about the various ways to [re]map key commands, and the context to which they...
Python is a language meant to be clear and readable without any ambiguities and unexpected behaviors. Unfortunately, these goals are not achievable in all cases, and that is why Python does have a few corner cases where it might do something different than what you were expecting. This section will...
ParametersDetailsrepositoriesTells Composer where it can download the required packages.type: vcsTells Composer how to treat the repository.url: http://...Tells Composer where is the repository. Use the type: "vcs" syntax to use private repositories. To manage access to the private rep...
A function in the *apply family is an abstraction of a for loop. Compared with the for loops *apply functions have the following advantages: Require less code to write. Doesn't have an iteration counter. Doesn't use temporary variables to store intermediate results. However for loops are m...
A string's length can be measured in two ways: The most frequently used measure of length is the number of characters using the Len functions, but VBA can also reveal the number of bytes using LenB functions. A double-byte or Unicode character is more than one byte long.

Page 45 of 161