0
votes
3answers
81 views
Using Python Regular Expression in Django.
I have an web address:
http://www.example.com/org/companyA
I want to be able to pass CompanyA to a view using regula …
0
votes
3answers
98 views
Could not import/No module named Django Error with Apache
I had a small proof of concept set up on a development server on a local machine. I'm now trying to move it over to django on a production server, which I'm using webfaction for. However, now tha …
0
votes
1answer
50 views
Django App Not Showing up in Admin Interface
I'm currently moving from my development server to an Apache web production server.
I've tried doing the following just by copying it over and I can login to the admin panel but it doesn't …
