Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to start a django app
    text
    copied!<p>I'm trying to use django-ios-notifications to server PUSH notifications via APNS (<a href="https://github.com/stephenmuss/django-ios-notifications" rel="nofollow">https://github.com/stephenmuss/django-ios-notifications</a>). I've never used Django before. I've followed the instructions on the modules github page, but have'nt been able to get it working. I've done the following; </p> <p>*installed required package and django *added 'ios_notifications', to my INSTALLED_APPS settings file *synced my local MySQL server with django (a load of new tables were created, for both django and django-ios-notifications, so it appears to be installed correctly, which I was thrilled about) *start django server</p> <p>However when I go to the modules config page (URL below) I just see the default 'It worked! Congratulations on your first Django-powered page.' holding page, not the admin page I expected. (the tutorial on the github page descried a form)</p> <pre><code>http://127.0.0.1:8000/admin/ios_notifications/apnservice/add/ </code></pre> <p>I guess I need to configure something in djange, I read over the first few pages on the django tutorial but I couldn't see any mention of using installed modules. I'm sure this is a very simple problem to solve, so if anyone could point me in the right direction that would be fantastic. </p> <p><a href="https://github.com/stephenmuss/django-ios-notifications" rel="nofollow">https://github.com/stephenmuss/django-ios-notifications</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload