david / semanticdjango (http://semanticdjango.org/)

fork of django-trunk

The right time for a semantic contrib, that's my pony.

Clone this repository (size: 23.1 MB): HTTPS / SSH
$ hg clone http://code.welldev.org/semanticdjango
commit 6477: 397c8c6c2959
parent 6476: ce1bfac55ea2
child 6478: e862e9bc75a9
Fixed #10044: You can now assign directly to file fields (`instance.filefield = somefile`). Thanks, Marty Alchin. default
jacob
20 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
semanticdjango /
filename size last modified message
django  
docs  
examples  
extras  
scripts  
tests  
AUTHORS 15.6 KB 20 months ago Fixed #8138 -- Changed django.test.TestCase to rollback test…
INSTALL 816 B 2 years ago Fixed #8876 -- Fixed incorrect path to install.txt in…
LICENSE 1.5 KB 2 years ago Updated LICENSE file to acknowledge individual copyrights…
MANIFEST.in 1.1 KB 22 months ago Added the GEOS and GDAL interface licenses to the manifest…
README 1.5 KB 2 years ago Cleaned up a bunch of minor doc stuff:
setup.cfg 117 B 3 years ago Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and buil…
setup.py 3.2 KB 22 months ago Ensure generated package name does not contain spaces; this…

README

Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.

All documentation is in the "docs" directory and online at
http://docs.djangoproject.com/en/dev/. If you're just getting started, here's
how we recommend you read the docs:

    * First, read docs/intro/install.txt for instructions on installing Django.

    * Next, work through the tutorials in order (docs/intro/tutorial01.txt,
      docs/intro/tutorial02.txt, etc.).

    * If you want to set up an actual deployment server, read
      docs/howto/deployment/modpython.txt for instructions on running Django
      under mod_python.

    * You'll probably want to read through the topical guides (in docs/topics)
      next; from there you can jump to the HOWTOs (in docs/howto) for specific
      problems, and check out the reference (docs/ref) for gory details.

Docs are updated rigorously. If you find any problems in the docs, or think they
should be clarified in any way, please take 30 seconds to fill out a ticket
here:

http://code.djangoproject.com/newticket

To get more help:

    * Join the #django channel on irc.freenode.net. Lots of helpful people
      hang out there. Read the archives at http://oebfare.com/logger/django/.

    * Join the django-users mailing list, or read the archives, at
      http://groups.google.com/group/django-users.

To contribute to Django:

    * Check out http://www.djangoproject.com/community/ for information
      about getting involved.