Git Product home page Git Product logo

app-meeting-server's Introduction

app-meeting-server

The repository is a django project for community meetings.

prepare

  1. python: 3.5+
  2. django:3.0.8
  3. mysql:8.0.18

create a project with Pycharm

File ==> New Project ==> Django: You can create a new interpreter or use the Existing interpreter.Then give your app a Application name in More settings, you can also run python manage.py startapp appname to build your app. After creating, run python manage.py runserver.The following output means that you've started the django project.

Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).

You have 17 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s):admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.

August 06, 2020 - 15:32:56
Django version 2.2.5, using settings 'untitled.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

notice

  • Check your mysql username and password.If you can't link to mysql(it return a code 1045 mostly),maybe you need to add the following in meetings/__init__.py.
import pymysql
pymysql.install_as_MySQLdb()
  • Most APIs may need a token.After all configured you can run python manage.py runserver 8000 thetoken to introduce the token.
  • Most time you start the project,may need to run python manage.py makemigrations and then run python manage.py migrate to ensure running.

app-meeting-server's People

Contributors

nicliuqi avatar tommylike avatar georgecao-hw avatar tomnewchao avatar zhongjun2 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.