-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Django 1.0 Website Development

Now that the software we need is in place, here comes the fun part—creating our first Django project!
As you may recall from the Django installation section, we used a command called django-admin.py
to test our installation. This utility is at the heart of Django's project management facilities, as it enables the user to do a range of project management tasks. They include the following:
Creating a new project
Creating and managing the project's database
Validating the current project and testing for errors
Starting the development web server
In the rest of this chapter, we will see how to use some of these tasks and create a basis for our bookmark-sharing application in the process.
To create your first Django project, open a terminal (or command prompt for Windows users), type the following command, and hit Enter:
$ django-admin.py startproject django_bookmarks
This command will create a folder named django_bookmarks
in the current directory...
Change the font size
Change margin width
Change background colour