Skip to content

de-lan/RSVP_WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSVP Web App by De Lan

alt text

Description:

This is a toy proxy server software built in Django framework that helps people manage their RSVP events. People can create events and invite others as guests, vendors and share owner
s with different level of privileges.

  • Play with it by visiting: YOURSERVER:8000 after you launch it on your onw server.

Usage:

cd /docker-deploy
sudo docker-compose up

If you met ERROR like: PermissionError: [Errno 13] Permission denied: '/code/RSVP/migrations/0006_auto_20180223_1640.py’

TRY:

From your web-app dir (assuming that your app is called RSVP, if not replace RSVP below)

chmod o+w RSVP/migrations
cd ..

now you are in the directory with docker-compose.yml

sudo docker-compose run web python3 manage.py makemigrations

Then:

cd /docker-deploy
sudo docker-compose up

More examples:

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages