Skip to content
  • Staff Aug
  • Blog
  • Clients
  • Pricing
  • About
  • Contact
  • Start My Roadmap
  • Search
Bixly's Blog

Bixly's Blog

Ariticles in and around Django/Python
 
  • Staff Aug
  • Blog
  • Clients
  • Pricing
  • About
  • Contact
  • Start My Roadmap
  • Search
Bixly's Blog

Accept Only Specific File Types in Django File Upload

January 14, 2012 October 16, 2019

Accept Only Specific File Types in Django There are times that we only have to accept specific file types and limit file size in our file uploads. This time, I am going to show simple steps to make a FileField accept only specific file types. Assuming that we already have …

Continue reading"Accept Only Specific File Types in Django File Upload"

How to setup a Google Account Authentication

January 13, 2012 October 16, 2019

One of the awesome things that Django offers us is it lets us use our Google account as authentication to the website that we are building. I am going to show you simple steps to set it up. Here are the steps: 1. install django-openid-auth in your virtualenv: pip install …

Continue reading"How to setup a Google Account Authentication"
How to Install Pydev in Eclipse and Integrate it with PEP8

How to Install Pydev in Eclipse and Integrate it with PEP8

January 13, 2012 October 16, 2019

I am going to show you simple steps to setup your Eclipse IDE with PyDev. This will help you in your project development to speed things up. The Steps: 1. Open your Eclipse 2. Go to Help and select Install New Software 3. Click the Add button and a “Add …

Continue reading"How to Install Pydev in Eclipse and Integrate it with PEP8"
django-chartit – Interactive Charting Django App

django-chartit – Interactive Charting Django App

December 29, 2011 March 19, 2020

Do you need to plot charts in your django websites? Are you using boring static chart images and do you like your charts to be more interactive and interesting? Do you have to write a lot just to convert the data to the right format before you can plot?  Introducing …

Continue reading"django-chartit – Interactive Charting Django App"
django-fiber: Dynamic menu, content and user-friendly CMS.

django-fiber: Dynamic menu, content and user-friendly CMS.

December 19, 2011 October 16, 2019

Django Fiber is a very useful app.  If your site requires dynamic content, menus and front end editing Fiber would come in handy.  Using fiber is as easy as pip install, changing settings.py and urls.py, and adding the base template. This tutorial will demonstrate how to use Fiber on an …

Continue reading"django-fiber: Dynamic menu, content and user-friendly CMS."
Bixly How-To: Integrate Django with Flickr

Bixly How-To: Integrate Django with Flickr

May 10, 2011 October 16, 2019

Flickr is one of the most popular photo management websites in the world. It can host videos as well. Flickr also provides a rich API which programmers can use to access the services Flickr provides to all its users. Several API kits for different languages are available for the developers. …

Continue reading"Bixly How-To: Integrate Django with Flickr"

Bixly How-To: integrate django with facebook – part2

May 7, 2011 March 19, 2020

In the previous entry, “Bixly How-To: integrate django with facebook – part1”, we used the Facebook Javascript SDK to provide access to the Graph API for the user. The Facebook Graph API accessed with the Python SDK and Javascript SDK provides a lot of operations with regards to accessing user information (e.g. …

Continue reading"Bixly How-To: integrate django with facebook – part2"

django-tagging: A Generic Tagging Application for Django Projects

May 5, 2011 October 16, 2019

Tagging content is a method for easy classification. It is used on blogs and email alike in order to enable easier search and finding of related content. Tagging support for Django is provided by django-tagging.   At its core, django-tagging allows tags to be stored on Models. It provides a …

Continue reading"django-tagging: A Generic Tagging Application for Django Projects"
Bixly How-To: integrate django with facebook – part1

Bixly How-To: integrate django with facebook – part1

May 4, 2011 October 16, 2019

**This article refers to an older version of the Facebook developers page and api, and may have changed since the writing** Being the biggest social network on the internet, Facebook has helped companies all over the world connect effectively to their target market. A lot of websites are now integrated with …

Continue reading"Bixly How-To: integrate django with facebook – part1"

django-endless-pagination: Taking Pagination to the Next Level

April 29, 2011 October 16, 2019

Twitter, Google, Facebook, Tumblr, and many other modern websites have many things in common – but none of these as useful as pagination. In some cases, users might not even see this feature as pagination, as there are no explicit pages actually being displayed – rather, the results are being …

Continue reading"django-endless-pagination: Taking Pagination to the Next Level"

Posts navigation

1 … 20 21 22 23 24 25
  • Bixly.com|
  • Contact Us|
Back to Top
©2020 Bixly's Blog