A responsive web application that lists upcoming conferences, in a more direct-to-the-point way . created for PSU University Research Office.
The usual, commenting system, Image uploads, search/group by category, search/group by keywords (hashtags), time for humans ( a min ago, 12 days ago, 3 weeks from now etc), pagination, and using bulma (meaning its a responsive app).
Made with bulma CSS library (not a designer sorry) thanks to the author!
- Install python 3, git, virtualenv, pip3
- create virtual environment & activate it
>python.exe -m venv env3 >env3\scripts\activate.bat
- Clone this repository
>git clone https://github.com/rcdosado/Kumperensya.git >cd Kumperensya
- Install dependencies
pip3 install -r requirements.txt
- Assuming all dependencies succeeded, Renew the database
>python manage.py makemigrations >python manage.py migrate >python manage.py createsuperuser >..
- Create superuser account (fill the necessary details)
>python manage.py createsuperuser
- Run the WSGI server
>python manage.py runserver
- Go to localhost:8000/admin, login, then fill the system with information
- related conferences
- refactor
- some statistics section
- static photos (currently photos are random)
- tests