A small example package
Project description
Mã nguồn mở chương trình an sao Tử vi ansaotuvi
This is a wrapper of ansaotuvi into django application.
- Create virtual environment and activate it
-
pip install virtualenv
-
virtualenv .env
-
If you are *nix users
source .env/bin/activate
- if you are Window users, just type
.env/Scripts/activate.bat
and make sure you are working on command prompt (cmd.exe) not PowerShell
- Now you are working on the virtual environment
- If you do not have Django project, go and install django and ansaotuvi applications
pip install django ansaotuvi_website
- If you have django project already, just install the ansaotuvi_website application
pip install ansaotuvi_website
- Add the
ansaotuvi_website
application to your INSTALLED_APPS by adding
# settings.py
INSTALLED_APPS = [
# Your others applications
'ansaotuvi_website',
]
- Add router to the
urls.py
# urls.py
from django.urls import path, include
urlpatterns = [
# ....
path('ansaotuvi/', include('ansaotuvi_website.urls'))
]
Here is a tutorial to show you how to add ansaotuvi app into a django project.
Hope this help!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ansaotuvi_website-0.1.2.tar.gz
(139.4 kB
view hashes)
Built Distribution
Close
Hashes for ansaotuvi_website-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 233ea615107aa3538ea341073b791d8e3e3a00f59150d83f143d9e8c74a69bc4 |
|
MD5 | a802ff3fd2706567bc9d3967944ad5d5 |
|
BLAKE2b-256 | e362e7bb373a1facca7367bbd2b7ae955e65e8626556f57e9733846f7d0d612b |