- Create virtualenv in some folder, e.g. venv:
virtualenv venv
- Switch to venv:
source venv/bin/activate
- Install pip requirements:
pip install -r requirements.txt
- Make migrations for taggit:
./money/manage.py makemigrations taggit
- Migrate django db:
./money/manage.py migrate
- Collect django static files:
./money/manage.py collectstatic
- Create superuser:
./money/manage.py createsuperuser
- Enjoy django!
-
Notifications
You must be signed in to change notification settings - Fork 0
HPotter/home_accountancy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published