Giter Site home page Giter Site logo

nambhd / lasotuvi-django Goto Github PK

View Code? Open in Web Editor NEW

This project forked from doanguyen/lasotuvi-django

0.0 0.0 0.0 92 KB

Running application for lasotuvi open source using Django

Home Page: http://doanguyen.pythonanywhere.com

JavaScript 74.93% Python 10.90% CSS 5.43% HTML 8.73%

lasotuvi-django's Introduction

Mã nguồn mở chương trình an sao Tử vi lasotuvi

This is a wrapper of lasotuvi 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 lasotuvi applications

pip install django lasotuvi-django

  • If you have django project already, just install the lasotuvi-django application

pip install lasotuvi-django

  1. Add the lasotuvi-django application to your INSTALLED_APPS by adding
# settings.py
INSTALLED_APPS = [
    # Your others applications 
    'lasotuvi_django',
]
  1. Add router to the urls.py
# urls.py
from django.urls import path, include

urlpatterns = [
    # ....
    path('lasotuvi/', include('lasotuvi_django.urls'))
]

Here is a tutorial to show you how to add lasotuvi app into a django project.

Tutorial

Hope this help!

lasotuvi-django's People

Contributors

doanguyen avatar nambhd avatar namlq2010 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.