simple db and django
2 minute readI’m working on Project3 from my cs 462 class, where basically we need to make an ‘appserver’ which returns json stuff.Rather than making my machine listen on port 8010 for the appserver and seperately on 80 for the regular webserver, I just got apache to listen on port 8010, and reused all my code from […]
Read More simple db and django