Re: Looking to join a team in a Django Project to gain Experience

2020-09-28 Thread Spyke Lionel
Interested too On Tue, Sep 22, 2020, 1:39 AM ahmed.he...@gmail.com < ahmed.heshamel...@gmail.com> wrote: > Hi all, > > I am looking for a team of developers to join them in a project to enhance > my skills and add to my portfolio. I am available part time. > > Thanks > > -- > You received this m

Re: 404 error

2020-09-12 Thread Spyke Lionel
music/2/ But I want it to happen this way when a link is clicked On Sat, Sep 12, 2020, 9:55 AM Kunal Solanke wrote: > Did you try what I told? > > On Sat, Sep 12, 2020, 14:05 Spyke Lionel wrote: > >> I don't understand how the url became >> http://127.0.0.1:8000/musi

Re: 404 error

2020-09-12 Thread Spyke Lionel
e created the music url, > But the {{album_id}} is not properly passed as context from view. > > > On Sat, Sep 12, 2020, 12:52 'Amitesh Sahay' via Django users < > django-users@googlegroups.com> wrote: > > At the first glance, I think you havn't created URL patt

404 error

2020-09-12 Thread Spyke Lionel
I have this urlpatterns.. urlpatterns = [ path('', views.index, name='index'), path('/', views.detail, name='detail'), ] my index.html looks like this Albums to display {% for album in all_albums %} {{ album.album_title }} {% endfor %} #my index.html simply displays my alb

Re: Server Not running

2020-09-10 Thread Spyke Lionel
thanks for responding. I will upgrade my Django version On Thu, Sep 10, 2020, 8:48 AM Kasper Laudrup wrote: > Hi Spyke, > > On 10/09/2020 06.45, Spyke Lionel wrote: > > I get this while trying to run server: > > > "C:\Users\User\AppData\Local\Programs\Python\Pyth

Server Not running

2020-09-09 Thread Spyke Lionel
I get this while trying to run server: Exception ignored in thread started by: .wrapper at 0x021B59E90AF0> Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\site-packages\django-1.9-py3.8.egg\django\utils\autoreload.py", line 226, in wrapper