Skip to content

acmnyit/ACM

 
 

Repository files navigation

ACM NYIT Chapter

Official website build on Django

This is the website created by the president Denisolt Shakhbulatov and founder Mahmoud Saleh of Association for Computing Machinery at NYIT manhattan campus
Website is build on Django, users are capable of adding events to the calendar, add blog posts and has a custom form for signup
Signedup users are being stored in the DB together with Events and Posts.

Check out the website: acm-nyit.org

alt tag alt tag

Installation

Activation of virtual environment:

source local/bin/activate
pip install -r /path/to/requirements.txt

Configuring and running Django:

#creating a super user
./manage.py createsuperuser 
#creating a migration
./manage.py makemigrations
#run the server
./manage.py runserver

Capabilities

By going to the admin page (localhost/admin) and entering superuser login and password
Admin can create events, posts, and access the db of signedup users
Creation of the event:
alt tag
Creation of the blog post:
alt tag
Accessing the db of signed up users:
alt tag

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.3%
  • HTML 2.7%
  • CSS 1.3%
  • Other 0.7%