Skip to main content

Home/ Django/ Group items tagged tutorial

Rss Feed Group items tagged

Nicolas Perriault

Django Deployment Tutorials | KomunitasWeb - 0 views

  •  
    to speed up your deployment you can take a look on several Django deployment tutorials
codesnail

Django Blog Tutorial Free - 0 views

  •  
    In this tutorial, we'll build a Blog application with Django that allows users to create, edit, and delete posts. The homepage will list all blog posts, and there will be a dedicated detail page for each individual post. Also, visitors can comment on the post and we make a threaded comment system. Django is capable of making more advanced stuff but making a blog is an excellent first step to get a good grasp of the framework.
israel vasquez

PyFacebook Tutorial - Facebook Developers Wiki - 0 views

  •  
    tutorial for facebook apps using django and python
pagetribe .

Stuff: A Brief Pyjamas + Django Tutorial - 0 views

  • Django is a web framework written in Python. Pyjamas is a Python port of the google web toolkit (written in Java). Pyjamas can be used with Django to create web applications.
Leandro Ardissone

Real World Django - 1 views

  •  
    There's plenty of material (documentation, blogs, books) out there that'll help you write a site using Django… but then what? You've still got to test, deploy, monitor, and tune the site; failure at deployment time means all your beautiful code is for naught. This tutorial examines how best to cope when the Real World intrudes on your carefully designed website.
mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
Beshr Kayali

Caktus Blog » Archive » Basic Django deployment with virtualenv, fabric, pip ... - 0 views

  •  
    basic django deployment with virtualenv fabric pip and rsync
Beshr Kayali

Deploy your Django site with Cherokee and uWSGI servers | Ollix Blog - 0 views

  • Luckily, I found an article taking about Benchmark of Python WSGI Servers by Nicholas Piël. I'm impressed by this benchmark because of its richness as the author compares 15 WSGI servers and to be honest, most of them I have never heard.
pagetribe .

Integrate Web APIs into Your Django Site - Webmonkey - 0 views

  • Link.objects.get_or_create( url = info['href'], description = info['extended'], tags = info.get('tag', ''), date = parsedate(info['time']), title = info['description']
  • But we don't want to have to log in to the shell every time we want to update our displayed list of bookmarks. In fact, we want our site to automatically update itself. To do that, we're going to write a quick python script and then run it through a cron job.
  • problem
  • ...9 more annotations...
  • sync_link.py
  • Now worries though -- we just need to tell it about it.
  • create a new folder
  • name it "links."
  • class Link
  • "utils.py"
  • create a new file
  • links directory
  • utils.py
  •  
    Gives a good example of how to update a database via cron.
pagetribe .

Build a Microblog with Django - Webmonkey - 0 views

  • Well, it turns out there's a very powerful feature baked into Django which can handle the task for us.
  • Django includes an internal "dispatcher" which allows objects to listen for signals from other objects.
  • In our case, our tumblelog app is going to "listen" to our Entry and Link models. Every time a new Entry or Link is saved, those models will send out a signal. When the tumblelog app gets the signal it will automatically update itself.
1 - 20 of 20
Showing 20 items per page