denscholar / Django-demo-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Study Group Application

This is a demo project in built using Django technoly.

This demo project is strictly for learning and porfolio purpose. It's basically an application for software developers that enable them to have conversation around various technologies, create room for each technology and have a conversation within themselves. It's expected that at the end of the project, I am able to have a full graps of the various concepts of Django and how it works under the hood.

Usage/cloning the App

--> Clone the repository using the command below :

git clone https://github.com/denscholar/Django-demo-project.git

$ cd /Django-demo-project

# Create a virtual environment
# Let's install virtualenv first
pip install virtualenv

# Then create your virtual environment
virtualenv envname

--> Activate the virtual environment :

envname\scripts\activate

--> Running the App to use :

python manage.py runserver

Demo Image

Technology

  • Django
  • CSS
  • HTML

Credits

The template used in this project was made possible .

About


Languages

Language:CSS 33.9%Language:Python 30.5%Language:HTML 30.2%Language:JavaScript 5.4%