Anonymous
its return some erros
Anonymous
errors*
Anonymous
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
Anonymous
File "populate_first_app.py", line 7, in <module>
from first_app.models import Topic, Webpage, AccessRecord
Anonymous
i'm new to python
Anonymous
new to django
inchidi
okay then you really need to following django tutorial first
inchidi
#starterpack
inchidi
New to Django? here is some resource to start
Official docs tutorial
Step by step tutorial
Video tutorial
Another video tutorial
Books
Django by Example
Tango With Django
Anonymous
inchidi
new to django
choose first link, following until tutorial 4 will be enough
Anonymous
i'm using django 2.0
inchidi
inchidi
as far as you dont know how to create your database tables with django you are still far from your achievement
Anonymous
my db is alreay created with models
Anonymous
and i can see them in django amdin
Anonymous
admin*
inchidi
may i know how you did it?
Anonymous
i have inserting some data into
Anonymous
Umm sorry
inchidi
yes dpaste.de or etc please
Anonymous
https://dpaste.de/UEvk
Anonymous
i have make the migrations
Anonymous
pyhton manage.py migrate
Anonymous
when nothing happens i have tried python manae.py makemigrations <appsname>
inchidi
pyhton manage.py migrate
this tutorial explains how to create a view https://docs.djangoproject.com/en/1.11/intro/tutorial03/
Anonymous
i know how to make views
Anonymous
i have inserted the django core in order to insert data in sqllite with faker
Anonymous
outside of django component
inchidi
inchidi
https://docs.djangoproject.com/en/2.0/howto/initial-data/
inchidi
or use django faker instead stand alone faker. it's gonna be a lot of work
Anonymous
thanks @inchidi gonna check it out
inchidi
for "auto generate data" django packages
Meera
hello everyone
i have created a simple app that uploads image to django backend
now i want to create API for that
how can i do this
Django Bot
>> Links
- Building a configurable taxonomy in Wagtail (Django)
Anonymous
There’s no way to call a nodejs script in Django
Anonymous
No one experienced it before
Anonymous
????
Django Bot
>> Links
- Pinax
- GitHub - chrisjrn/registrasion: A conference registration app, built on top
Django Bot
>> Blogs
- What to use at my new job: mac or linux?
Anonymous
Anyone know that best django tutorial of latest version of django
Someone
Is there a way to add authorization in requests library for jwt auth?
Someone
I tried adding header and using a library requests-jwt .. both was not a luck
Anonymous
Ok great
Someone
Someone
Someone
I tried adding Bearer, JWT, Token none worked ..
inchidi
Someone
I dint even see authentication header in request even though I added it
Django Bot
>> Links
- ierror/django-js-reverse: Javascript url handling for Django that doesn't h
Omer
How can I validate uniqueness of a field before I save the object? It didnt raise an error automatically when I tested it
harisai | హరి సాయి
Which database is suggestable with django?
Anonymous
sqlite3
Anonymous
mysql
Anonymous
mongo
Jimmies San
Omer
PostgreSQL
NOUFAL BABU
Anonymous
ditto
Anonymous
mongo and mysql
Anonymous
are awesome
Anonymous
adaptable to big data
NOUFAL BABU
Omer
NOUFAL BABU
Omer
Thank you so much!!!
Omer
It solved my problem
NOUFAL BABU
😊😊
Django Bot
>> Links
- Build Your First Python and Django Application ― Scotch
Anonymous
Can anyone help me from this issue
Anonymous
I am using django 2.0.2
Anonymous
it looks to me some path issue
Anonymous
can you post full log?