Code Monkey home page Code Monkey logo

kpufestival's Introduction

<총학생회 위하여 X KPU 멋쟁이사자처럼 7기>

한국산업기술대학교(KPU) 축제 웹 사이트(ver 2019)

김연준, 고주원, 양소영, 이세민

0. 개요


  1. 한국산업기술대학교(KPU) 축제 기간 중 Web Site 의 필요성
  2. 총학생회(We higher)의 요청(외주)

1. 제작 목적


한국산업기술대학교(KPU) 축제 기간 중 외부인 & 산기대 학생에게 정보제공

  • 학과 주점 정보
  • 커뮤니티
  • 분실물
  • 시루(SIRU)
  • 축제 이벤트

2. 역할 분담


  • 김연준 : Back-end
  • 고주원 : Front-End / Publishing
  • 양소영 : Front-End / Publishing
  • 이세민 : Front-End / Publishing

3. 참고


  • 멋쟁이사자처럼(Likelion)
  • 장고(Django) 공식 문서

4. Detail


  • Framework: Django
  • Tool: Visual Code
  • 언어: Python, JavaScript
  • 기타: HTML, CSS
  • 서버: Heroku / DB : Postgres SQL (주)WAYTECH

4. 링크


http://kpufestival.waytech.kr/

Copyright 2019. 멋쟁이 사자처럼(김연준, 고주원, 양소영, 이세민) inc. all rights reserved

kpufestival's People

Contributors

yangsso51 avatar puppy9207 avatar ed502 avatar kitejun avatar

Stargazers

hayden avatar Jiho Lee avatar  avatar  avatar  avatar

kpufestival's Issues

During deploying by Elastic Beanstalk,I got errors about WSGI

[Sat Sep 07 08:38:19.195211 2019] [:error] [pid 3223] [remote 127.0.0.1:0] mod_wsgi (pid=3223): Target WSGI script '/opt/python/current/app/kpufestival/wsgi.py' cannot be loaded as Python module.
[Sat Sep 07 08:38:19.195255 2019] [:error] [pid 3223] [remote 127.0.0.1:0] mod_wsgi (pid=3223): Exception occurred processing WSGI script '/opt/python/current/app/kpufestival/wsgi.py'.
[Sat Sep 07 08:38:19.195421 2019] [:error] [pid 3223] [remote 127.0.0.1:0] Traceback (most recent call last):
[Sat Sep 07 08:38:19.195444 2019] [:error] [pid 3223] [remote 127.0.0.1:0] File "/opt/python/current/app/kpufestival/wsgi.py", line 12, in
[Sat Sep 07 08:38:19.195448 2019] [:error] [pid 3223] [remote 127.0.0.1:0] from django.core.wsgi import get_wsgi_application
[Sat Sep 07 08:38:19.195463 2019] [:error] [pid 3223] [remote 127.0.0.1:0] ModuleNotFoundError: No module named 'django'
[Sat Sep 07 08:38:20.198529 2019] [:error] [pid 3223] [remote 127.0.0.1:32] mod_wsgi (pid=3223): Target WSGI script '/opt/python/current/app/kpufestival/wsgi.py' cannot be loaded as Python module.
[Sat Sep 07 08:38:20.198580 2019] [:error] [pid 3223] [remote 127.0.0.1:32] mod_wsgi (pid=3223): Exception occurred processing WSGI script '/opt/python/current/app/kpufestival/wsgi.py'.
[Sat Sep 07 08:38:20.198657 2019] [:error] [pid 3223] [remote 127.0.0.1:32] Traceback (most recent call last):
[Sat Sep 07 08:38:20.198682 2019] [:error] [pid 3223] [remote 127.0.0.1:32] File "/opt/python/current/app/kpufestival/wsgi.py", line 12, in
[Sat Sep 07 08:38:20.198697 2019] [:error] [pid 3223] [remote 127.0.0.1:32] from django.core.wsgi import get_wsgi_application
[Sat Sep 07 08:38:20.198713 2019] [:error] [pid 3223] [remote 127.0.0.1:32] ModuleNotFoundError: No module named 'django'
[Sat Sep 07 08:38:21.201816 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] mod_wsgi (pid=3223): Target WSGI script '/opt/python/current/app/kpufestival/wsgi.py' cannot be loaded as Python module.
[Sat Sep 07 08:38:21.201865 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] mod_wsgi (pid=3223): Exception occurred processing WSGI script '/opt/python/current/app/kpufestival/wsgi.py'.
[Sat Sep 07 08:38:21.201939 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] Traceback (most recent call last):
[Sat Sep 07 08:38:21.201961 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] File "/opt/python/current/app/kpufestival/wsgi.py", line 12, in
[Sat Sep 07 08:38:21.201966 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] from django.core.wsgi import get_wsgi_application
[Sat Sep 07 08:38:21.201982 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] ModuleNotFoundError: No module named 'django'
[Sat Sep 07 08:38:22.205174 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] mod_wsgi (pid=3223): Target WSGI script '/opt/python/current/app/kpufestival/wsgi.py' cannot be loaded as Python module.
[Sat Sep 07 08:38:22.205221 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] mod_wsgi (pid=3223): Exception occurred processing WSGI script '/opt/python/current/app/kpufestival/wsgi.py'.
[Sat Sep 07 08:38:22.205295 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] Traceback (most recent call last):
[Sat Sep 07 08:38:22.205318 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] File "/opt/python/current/app/kpufestival/wsgi.py", line 12, in
[Sat Sep 07 08:38:22.205322 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] from django.core.wsgi import get_wsgi_application
[Sat Sep 07 08:38:22.205338 2019] [:error] [pid 3223] [remote 127.0.0.1:2340] ModuleNotFoundError: No module named 'django'

My WSGIPath is 'kpufestival/wsgi.py' which is right.
And I already installed django in my virtual envirionment.

About Django version
AWS recommends Django version 2.2.1

게시판 조회 페이지

제목 나오는 부분이 content(0) 처럼 뒤에 필요없는 (0)이 붙어서 나옴 백엔드 확인바람

주의할 파일!

requirements.txt, settings.py .gitignore
위 파일 수정시에는 반드시 카톡방에 공지 후 수정할 것

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.