Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The basic tutorial project of Django framework

NotificationsYou must be signed in to change notification settings

andresavalerio/django-introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

The repository for the introductory Django project, created by theDjango community, mainteined by Andresa Valério, built with ❤️ and Python.

This source code has being the base to presentations on@pinio and Django girls.

How to run

  1. Clone this repository

  2. Ensure that you have django installed in your machine

python -m django --version

You can also install it in a virtual environment

python -m venv .venvsource .venv/bin/activatepip install django
  1. Run the migrations withpython manage.py migrate

  2. To run tests, usepython manage.py test polls

  3. To run your project, usepython manage.py runserver and go tohttp://localhost:8000/polls/

  4. If you want to use the admin site, runpython manage.py createsuperuser, choose a username, email and password for your admin profile and go tohttp://localhost:8000/admin/

About

The basic tutorial project of Django framework

Topics

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp