Skip to content

todos: add requirements.txt | django REST + angularjs (master) and django simple backend(simple-backend branch)

License

Notifications You must be signed in to change notification settings

abe312/event-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple backend event registration

screenshots: https://imgur.com/a/3DRBJv8 event list event details

  • only django is used. And basic css and es6 are used to style and add auto slug functionality. No other libraries are used (other than font-awesome icons)
  • pip install -r requirements.txt and then python manage.py runserver
  • add events and register to those events from register button.
  • The events detail page shows all the events and the people registed to those events.
  • For admin
    • go to http://127.0.0.1:8000/admin/
    • use abe312 as user and password test1234
    • you may also create a new superuser by python manage.py createsuperuser and then following the instructions.
  • you can add events and edit events(change thumbnails, add people etc) on the admin section

Note: django rest framework + angularjs is coming very soon and could be accessed from the master branch. This one can be accessed from the simple-backend branch git checkout simple-backend and to go back to master type git checkout master

About

todos: add requirements.txt | django REST + angularjs (master) and django simple backend(simple-backend branch)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published