Skip to main content

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.

  1. 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

  1. 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

  1. Add the ansaotuvi_website application to your INSTALLED_APPS by adding
# settings.py
INSTALLED_APPS = [
    # Your others applications 
    'ansaotuvi_website',
]
  1. 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.

Tutorial

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.6.tar.gz (139.4 kB view hashes)

Uploaded Source

Built Distribution

ansaotuvi_website-0.1.6-py3-none-any.whl (141.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page