简体   繁体   中英

How to install the django site (tar.gz) downloaded from internet

I have downloaded this project http://code.google.com/p/django-budget/

How can i install it. Do i need to execute some commands or just extract it to some folder.

DO i need to use syncdb.

I am newbie so don't know much

PS. It's been moved to https://github.com/toastdriven/django-budget for a while now.

There is information on the frontpage of the site:

Installation

  • Either copy/symlink the budget app into your project or place it somewhere on your PYTHONPATH.

  • Add the budget.categories, budget.transactions and budget apps to your INSTALLED_APPS.

  • Run ./manage.py syncdb.

  • Add (r'^budget/', include('budgetproject.budget.urls')), to your urls.py.

You need Python and Djano installed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM